public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r11664 - main/trunk/bin
@ 2008-10-09 19:32 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-10-09 19:32 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-10-09 19:32:20 +0000 (Thu, 09 Oct 2008)
New Revision: 11664

Modified:
   main/trunk/bin/ebuild.sh
Log:
Bug #240684 - Fix _ebuild_arg_to_phase() to handle the src_prepare phase
so that the default() function is properly created.


Modified: main/trunk/bin/ebuild.sh
===================================================================
--- main/trunk/bin/ebuild.sh	2008-10-09 18:13:31 UTC (rev 11663)
+++ main/trunk/bin/ebuild.sh	2008-10-09 19:32:20 UTC (rev 11664)
@@ -1395,6 +1395,9 @@
 		unpack)
 			phase_func=src_unpack
 			;;
+		prepare)
+			phase_func=src_prepare
+			;;
 		configure)
 			! hasq $eapi 0 1 2_pre1 && \
 				phase_func=src_configure




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

only message in thread, other threads:[~2008-10-09 19:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-09 19:32 [gentoo-commits] portage r11664 - 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