summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-08-23 09:11:40 +0000
committerZac Medico <zmedico@gentoo.org>2007-08-23 09:11:40 +0000
commit5be7bc52b8d0e6832a47550ebbf07139b35a9c69 (patch)
tree66b741e79a85bc948003f49ef62a94dec7c98c8b /pym/portage.py
parent0d71a4a97f6658dc41bcdce0c9cc02167c3119b5 (diff)
downloadportage-5be7bc52b8d0e6832a47550ebbf07139b35a9c69.tar.gz
portage-5be7bc52b8d0e6832a47550ebbf07139b35a9c69.tar.bz2
portage-5be7bc52b8d0e6832a47550ebbf07139b35a9c69.zip
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
Diffstat (limited to 'pym/portage.py')
-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