summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py1
1 files changed, 1 insertions, 0 deletions
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