projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
134298c
)
Support EBUILD_PHASE during more phases for bug #129244.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 11 Apr 2006 04:12:17 +0000
(
04:12
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 11 Apr 2006 04:12:17 +0000
(
04:12
-0000)
svn path=/main/trunk/; revision=3126
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 8ca53b742e34aa7176222b0f8dd11ddfb4280291..0b815fed6ebc4c8252a0dc0714297482607441d8 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-2247,6
+2247,8
@@
def doebuild_environment(myebuild, mydo, myroot, mysettings, debug, use_cache, t
mysettings.reset(use_cache=use_cache)
mysettings.setcpv(mycpv,use_cache=use_cache)
+ mysettings["EBUILD_PHASE"] = mydo
+
if debug: # Otherwise it overrides emerge's settings.
# We have no other way to set debug... debug can't be passed in
# due to how it's coded... Don't overwrite this so we can use it.