summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-07-01 02:26:18 +0000
committerZac Medico <zmedico@gentoo.org>2006-07-01 02:26:18 +0000
commitff1d15b576b77f1cecc4db359d0103611f513fc9 (patch)
treeea9f012a7afa274115f1d792ba2d1a2771b877d5
parentd5e542943c040e0c93b3b12dac66debbf5bac0e8 (diff)
downloadportage-ff1d15b576b77f1cecc4db359d0103611f513fc9.tar.gz
portage-ff1d15b576b77f1cecc4db359d0103611f513fc9.tar.bz2
portage-ff1d15b576b77f1cecc4db359d0103611f513fc9.zip
Use PORTAGE_DEBUG=1 since that's all that portage currently recognizes.
svn path=/main/trunk/; revision=3723
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 9fd03677e..2e7ff8656 100644
--- 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()