Bug #189791 - Define EBUILD_PHASE=unpack during the nofetch phase since otherwise...
authorZac Medico <zmedico@gentoo.org>
Thu, 23 Aug 2007 09:11:03 +0000 (09:11 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 23 Aug 2007 09:11:03 +0000 (09:11 -0000)
svn path=/main/trunk/; revision=7684

pym/portage/__init__.py

index c05625ce2fdd826791acd4b4b88fec2a5cdd125c..7b2fa539c13b5580d593082d44aaf30525f35352 100644 (file)
@@ -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