summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-09-10 13:35:02 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-09-10 13:35:02 +0000
commit9f3a1d3b191246c61715cef761e4b7f15e9fbe27 (patch)
tree8ee97e17da244c0631f4a89c91f3b3ba7b4e2994 /sys-devel
parentChanged epatch line to match renamed patch. Sorry if I am stepping on anyone... (diff)
downloadgentoo-2-9f3a1d3b191246c61715cef761e4b7f15e9fbe27.tar.gz
gentoo-2-9f3a1d3b191246c61715cef761e4b7f15e9fbe27.tar.bz2
gentoo-2-9f3a1d3b191246c61715cef761e4b7f15e9fbe27.zip
Fix typo in portage patch
(Portage version: 2.0.52-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/libtool/ChangeLog6
-rw-r--r--sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog
index f424a4c67222..fdbafd446296 100644
--- a/sys-devel/libtool/ChangeLog
+++ b/sys-devel/libtool/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/libtool
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.82 2005/09/02 05:06:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.83 2005/09/10 13:35:02 azarah Exp $
+
+ 10 Sep 2005; Martin Schlemmer <azarah@gentoo.org>
+ files/1.5.10/libtool-1.5.10-portage.patch:
+ Fix typo in portage patch
*libtool-1.5.20 (02 Sep 2005)
diff --git a/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch b/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch
index 0698215acd70..c731567b79a9 100644
--- a/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch
+++ b/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch
@@ -40,10 +40,10 @@ name should be bumped, but the patch content should stay fairly the same.
+ fi
+ # We do not want portage's build root ($S) present.
+ my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`
-+ if test -n "$my_little_ninja_foo_2" && test "$S"; then
-+ mynewdependency_lib=""
+ # We do not want portage's install root ($D) present.
+ my_little_ninja_foo_3=`echo $deplib |$EGREP -e "$D"`
++ if test -n "$my_little_ninja_foo_2" && test "$S"; then
++ mynewdependency_lib=""
+ elif test -n "$my_little_ninja_foo_3" && test "$D"; then
+ eval mynewdependency_lib=`echo "$deplib" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
+ else