Use PORTAGE_DEBUG=1 since that's all that portage currently recognizes.
authorZac Medico <zmedico@gentoo.org>
Sat, 1 Jul 2006 02:26:18 +0000 (02:26 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 1 Jul 2006 02:26:18 +0000 (02:26 -0000)
svn path=/main/trunk/; revision=3723

pym/portage.py

index 9fd03677e3b03be2055cfcdc19c8af0d86b56f7f..2e7ff8656ec83f70db3ca05b44bf5381dff12fd6 100644 (file)
@@ -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()