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

pym/portage.py

index 1afb96f86930de719d03eca276bc9bddf94f6e08..4842294f7037a638a40ddf66f0e6f2aa5f8f7714 100644 (file)
@@ -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