public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r13386 - main/trunk/bin
@ 2009-04-23  5:04 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-04-23  5:04 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-04-23 05:04:25 +0000 (Thu, 23 Apr 2009)
New Revision: 13386

Modified:
   main/trunk/bin/ebuild.sh
Log:
Fix breakage in PREROOTPATH logic from the EAPI 3 code.


Modified: main/trunk/bin/ebuild.sh
===================================================================
--- main/trunk/bin/ebuild.sh	2009-04-23 04:53:32 UTC (rev 13385)
+++ main/trunk/bin/ebuild.sh	2009-04-23 05:04:25 UTC (rev 13386)
@@ -1914,6 +1914,7 @@
 	esac
 
 	export PATH="/usr/local/sbin:/sbin:/usr/sbin:${ebuild_helpers_path}:/usr/local/bin:/bin:/usr/bin:${ROOTPATH}"
+	[[ -n $PREROOTPATH ]] && export PATH="${PREROOTPATH%%:}:$PATH"
 	unset ebuild_helpers_path
 
 	if ! hasq $EBUILD_SH_ARGS clean depend help info nofetch ; then




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

only message in thread, other threads:[~2009-04-23  5:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-23  5:04 [gentoo-commits] portage r13386 - main/trunk/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