projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eea7a78
)
Bug #189791 - Define EBUILD_PHASE=unpack during the nofetch phase since otherwise...
author
Zac Medico
<zmedico@gentoo.org>
Thu, 23 Aug 2007 09:11:03 +0000
(09:11 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index c05625ce2fdd826791acd4b4b88fec2a5cdd125c..7b2fa539c13b5580d593082d44aaf30525f35352 100644
(file)
--- 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