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/libtool/files/
Date: Tue, 27 Mar 2018 08:00:15
Message-Id: 1522137600.d8532ad3d28b8026453b2cbab85e969bd05d4a2f.grobian@gentoo
1 commit: d8532ad3d28b8026453b2cbab85e969bd05d4a2f
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 27 07:59:45 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 08:00:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8532ad3
7
8 sys-devel/libtool: fix applying eprefix patch, bug #651670
9
10 Closes: https://bugs.gentoo.org/651670
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 sys-devel/libtool/files/libtool-2.2.10-eprefix.patch | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-devel/libtool/files/libtool-2.2.10-eprefix.patch b/sys-devel/libtool/files/libtool-2.2.10-eprefix.patch
17 index 5a2980d2979..c4693ee7fee 100644
18 --- a/sys-devel/libtool/files/libtool-2.2.10-eprefix.patch
19 +++ b/sys-devel/libtool/files/libtool-2.2.10-eprefix.patch
20 @@ -1,5 +1,5 @@
21 ---- ./libltdl/m4/libtool.m4.orig 2010-07-02 12:41:07.000000000 +0200
22 -+++ ./libltdl/m4/libtool.m4 2010-07-02 12:45:39.000000000 +0200
23 +--- a/m4/libtool.m4
24 ++++ b/m4/libtool.m4
25 @@ -2087,7 +2087,7 @@
26 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
27 $SED 's,/\([[A-Za-z]]:\),\1,g'` ;;