From: Zac Medico Date: Thu, 23 Aug 2007 09:11:03 +0000 (-0000) Subject: Bug #189791 - Define EBUILD_PHASE=unpack during the nofetch phase since otherwise... X-Git-Tag: v2.2_pre1~854 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=62dc399102cc0bb1ef4d67bea71e6e6db4da10e1;p=portage.git Bug #189791 - Define EBUILD_PHASE=unpack during the nofetch phase since otherwise we get EBUILD_PHASE=merge which isn't in our list of valid EBUILD_PHASES recognized by elog. svn path=/main/trunk/; revision=7684 --- diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index c05625ce2..7b2fa539c 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -3001,6 +3001,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks", "ebuild's files must be downloaded" print "!!! manually. See the comments in" + \ " the ebuild for more information.\n" + mysettings["EBUILD_PHASE"] = "unpack" spawn(EBUILD_SH_BINARY + " nofetch", mysettings) elif listonly: continue