From: Zac Medico Date: Thu, 23 Aug 2007 09:11:40 +0000 (-0000) Subject: Bug #189791 - Define EBUILD_PHASE=unpack during the nofetch phase since otherwise... X-Git-Tag: v2.1.3.9~22 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5be7bc52b8d0e6832a47550ebbf07139b35a9c69;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. (trunk r7684) svn path=/main/branches/2.1.2/; revision=7685 --- diff --git a/pym/portage.py b/pym/portage.py index 1afb96f86..4842294f7 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -2952,6 +2952,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