From 62dc399102cc0bb1ef4d67bea71e6e6db4da10e1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 23 Aug 2007 09:11:03 +0000 Subject: 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 --- pym/portage/__init__.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-1-g7c22