public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r14543 - main/branches/2.1.7/bin
@ 2009-10-10  2:16 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-10-10  2:16 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-10-10 02:16:23 +0000 (Sat, 10 Oct 2009)
New Revision: 14543

Modified:
   main/branches/2.1.7/bin/ebuild.sh
Log:
Remove unused PATH code from EAPI 3_pre1.


Modified: main/branches/2.1.7/bin/ebuild.sh
===================================================================
--- main/branches/2.1.7/bin/ebuild.sh	2009-10-10 02:12:15 UTC (rev 14542)
+++ main/branches/2.1.7/bin/ebuild.sh	2009-10-10 02:16:23 UTC (rev 14543)
@@ -1881,20 +1881,6 @@
 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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-10  2:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-10  2:16 [gentoo-commits] portage r14543 - main/branches/2.1.7/bin Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox