From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A51B81382C5 for ; Tue, 27 Mar 2018 08:00:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCC92E09E9; Tue, 27 Mar 2018 08:00:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99177E09E9 for ; Tue, 27 Mar 2018 08:00:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63697335C36 for ; Tue, 27 Mar 2018 08:00:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 322D425C for ; Tue, 27 Mar 2018 08:00:07 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1522137600.d8532ad3d28b8026453b2cbab85e969bd05d4a2f.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/libtool/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/libtool/files/libtool-2.2.10-eprefix.patch X-VCS-Directories: sys-devel/libtool/files/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: d8532ad3d28b8026453b2cbab85e969bd05d4a2f X-VCS-Branch: master Date: Tue, 27 Mar 2018 08:00:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aa664f7a-1a5b-4252-80dd-2409d735800f X-Archives-Hash: 03a2022040fdd4965efd4364559c1d7b commit: d8532ad3d28b8026453b2cbab85e969bd05d4a2f Author: Fabian Groffen gentoo org> AuthorDate: Tue Mar 27 07:59:45 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Mar 27 08:00:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8532ad3 sys-devel/libtool: fix applying eprefix patch, bug #651670 Closes: https://bugs.gentoo.org/651670 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-devel/libtool/files/libtool-2.2.10-eprefix.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/libtool/files/libtool-2.2.10-eprefix.patch b/sys-devel/libtool/files/libtool-2.2.10-eprefix.patch index 5a2980d2979..c4693ee7fee 100644 --- a/sys-devel/libtool/files/libtool-2.2.10-eprefix.patch +++ b/sys-devel/libtool/files/libtool-2.2.10-eprefix.patch @@ -1,5 +1,5 @@ ---- ./libltdl/m4/libtool.m4.orig 2010-07-02 12:41:07.000000000 +0200 -+++ ./libltdl/m4/libtool.m4 2010-07-02 12:45:39.000000000 +0200 +--- a/m4/libtool.m4 ++++ b/m4/libtool.m4 @@ -2087,7 +2087,7 @@ mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's,/\([[A-Za-z]]:\),\1,g'` ;;