summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-10 02:16:23 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-10 02:16:23 +0000
commite42e2387d2774755447b9533f116ec1ecb2ea474 (patch)
treee121eb72ca9a4a3f630608a06363df98cab3ae26 /bin
parent7862d358d49c90c9b526f2bb9d286237f00e3e73 (diff)
downloadportage-e42e2387d2774755447b9533f116ec1ecb2ea474.tar.gz
portage-e42e2387d2774755447b9533f116ec1ecb2ea474.tar.bz2
portage-e42e2387d2774755447b9533f116ec1ecb2ea474.zip
Remove unused PATH code from EAPI 3_pre1.
svn path=/main/branches/2.1.7/; revision=14543
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index deadbf3eb..0a598a68b 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1881,20 +1881,6 @@ fi
ebuild_main() {
local f x
- # we may want to make this configurable somewhere else
- local ebuild_helpers_path
- case ${EAPI} in
- 3|3_pre1)
- ebuild_helpers_path="${PORTAGE_BIN_PATH}/ebuild-helpers/3:${PORTAGE_BIN_PATH}/ebuild-helpers"
- ;;
- *)
- ebuild_helpers_path="${PORTAGE_BIN_PATH}/ebuild-helpers"
- ;;
- esac
-
- PATH=$ebuild_helpers_path:$PREROOTPATH${PREROOTPATH:+:}/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin${ROOTPATH:+:}$ROOTPATH
- unset ebuild_helpers_path
-
if ! hasq $EBUILD_SH_ARGS clean depend help info nofetch ; then
if hasq distcc $FEATURES ; then