public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r12283 - main/branches/prefix/bin
@ 2008-12-23 18:33 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2008-12-23 18:33 UTC (permalink / raw
  To: gentoo-commits

Author: grobian
Date: 2008-12-23 18:33:43 +0000 (Tue, 23 Dec 2008)
New Revision: 12283

Modified:
   main/branches/prefix/bin/ebuild.sh
Log:
strip out prefix to make it work properly, thanks Zac for the notification

Modified: main/branches/prefix/bin/ebuild.sh
===================================================================
--- main/branches/prefix/bin/ebuild.sh	2008-12-23 10:32:00 UTC (rev 12282)
+++ main/branches/prefix/bin/ebuild.sh	2008-12-23 18:33:43 UTC (rev 12283)
@@ -2078,7 +2078,7 @@
 
 		# alphabetically ordered by $EBUILD_PHASE value
 		local valid_phases
-		case $eapi in
+		case ${eapi/prefix/} in
 			0|1)
 				valid_phases="src_compile pkg_config pkg_info src_install
 					pkg_nofetch pkg_postinst pkg_postrm pkg_preinst pkg_prerm




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

only message in thread, other threads:[~2008-12-23 18:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-23 18:33 [gentoo-commits] portage r12283 - main/branches/prefix/bin Fabian Groffen (grobian)

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