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