projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5e5429
)
Use PORTAGE_DEBUG=1 since that's all that portage currently recognizes.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 1 Jul 2006 02:26:18 +0000
(
02:26
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 1 Jul 2006 02:26:18 +0000
(
02:26
-0000)
svn path=/main/trunk/; revision=3723
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 9fd03677e3b03be2055cfcdc19c8af0d86b56f7f..2e7ff8656ec83f70db3ca05b44bf5381dff12fd6 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-2446,7
+2446,7
@@
def doebuild_environment(myebuild, mydo, myroot, mysettings, debug, use_cache, m
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.
- mysettings["PORTAGE_DEBUG"]
=str(debug)
+ mysettings["PORTAGE_DEBUG"]
= "1"
mysettings["ROOT"] = myroot
mysettings["STARTDIR"] = getcwd()