From: Zac Medico Date: Sun, 3 May 2009 20:33:09 +0000 (-0000) Subject: Remove EAPI 3 helpers PATH code, unused in this branch. X-Git-Tag: v2.1.6.13~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cb670a050f5507e91078fbc540a5dcb9a674939e;p=portage.git Remove EAPI 3 helpers PATH code, unused in this branch. svn path=/main/branches/2.1.6/; revision=13607 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index ca001ab33..d42a9b599 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1909,20 +1909,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:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin${ROOTPATH:+:}$ROOTPATH - unset ebuild_helpers_path - if ! hasq $EBUILD_SH_ARGS clean depend help info nofetch ; then if hasq distcc $FEATURES ; then