From: Zac Medico Date: Sat, 1 Jul 2006 02:26:18 +0000 (-0000) Subject: Use PORTAGE_DEBUG=1 since that's all that portage currently recognizes. X-Git-Tag: v2.1.1~321 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff1d15b576b77f1cecc4db359d0103611f513fc9;p=portage.git Use PORTAGE_DEBUG=1 since that's all that portage currently recognizes. svn path=/main/trunk/; revision=3723 --- 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()