From ff1d15b576b77f1cecc4db359d0103611f513fc9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 1 Jul 2006 02:26:18 +0000 Subject: Use PORTAGE_DEBUG=1 since that's all that portage currently recognizes. svn path=/main/trunk/; revision=3723 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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() -- cgit v1.2.3-1-g7c22