Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15154 - main/branches/prefix/bin
Date: Mon, 28 Dec 2009 15:54:52
Message-Id: E1NPHvl-0005FL-Vf@stork.gentoo.org
1 Author: grobian
2 Date: 2009-12-28 15:54:49 +0000 (Mon, 28 Dec 2009)
3 New Revision: 15154
4
5 Modified:
6 main/branches/prefix/bin/ebuild.sh
7 Log:
8 cut/paste error, make sure things like emake are available in the ebuild
9
10 Modified: main/branches/prefix/bin/ebuild.sh
11 ===================================================================
12 --- main/branches/prefix/bin/ebuild.sh 2009-12-28 09:25:24 UTC (rev 15153)
13 +++ main/branches/prefix/bin/ebuild.sh 2009-12-28 15:54:49 UTC (rev 15154)
14 @@ -1934,9 +1934,9 @@
15 ;;
16 esac
17
18 - #PATH=$ebuild_helpers_path:$PREROOTPATH${PREROOTPATH:+:}/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin${ROOTPATH:+:}$ROOTPATH
19 + #PATH=$_ebuild_helpers_path:$PREROOTPATH${PREROOTPATH:+:}/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin${ROOTPATH:+:}$ROOTPATH
20 # PREFIX: same notes apply as at the top of this file
21 - PATH="$ebuild_helpers_path:$PREROOTPATH${PREROOTPATH:+:}${DEFAULT_PATH}${ROOTPATH:+:}$ROOTPATH${EXTRA_PATH:+:}${EXTRA_PATH}"
22 + PATH="$_ebuild_helpers_path:$PREROOTPATH${PREROOTPATH:+:}${DEFAULT_PATH}${ROOTPATH:+:}$ROOTPATH${EXTRA_PATH:+:}${EXTRA_PATH}"
23 unset _ebuild_helpers_path
24
25 if hasq distcc $FEATURES ; then