Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/files/
Date: Mon, 19 Feb 2018 17:15:22
Message-Id: 1519060512.8c10f9b4fdfbe56f007b41941c291a4bd6bf091c.grobian@gentoo
1 commit: 8c10f9b4fdfbe56f007b41941c291a4bd6bf091c
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 17:14:41 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 17:15:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c10f9b4
7
8 sys-devel/autoconf: adjust patch so it applies using epatch
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-devel/autoconf/files/autoconf-2.61-darwin.patch | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/autoconf/files/autoconf-2.61-darwin.patch b/sys-devel/autoconf/files/autoconf-2.61-darwin.patch
16 index 2ac2be361db..83f450e6f5a 100644
17 --- a/sys-devel/autoconf/files/autoconf-2.61-darwin.patch
18 +++ b/sys-devel/autoconf/files/autoconf-2.61-darwin.patch
19 @@ -1,5 +1,5 @@
20 ---- bin/autoreconf.in
21 -+++ bin/autoreconf.in
22 +--- a/bin/autoreconf.in
23 ++++ b/bin/autoreconf.in
24 @@ -110,7 +110,7 @@
25 my $autoheader = $ENV{'AUTOHEADER'} || '@bindir@/@autoheader-name@';
26 my $automake = $ENV{'AUTOMAKE'} || 'automake';