From: Zac Medico Date: Wed, 10 May 2006 00:31:53 +0000 (-0000) Subject: Only adjust priority for PORTAGE_NICENESS on the first run for bug #132739. X-Git-Tag: v2.1_rc1~7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2e9479de7944a562127ab1701ac28c0af36955d4;p=portage.git Only adjust priority for PORTAGE_NICENESS on the first run for bug #132739. svn path=/main/trunk/; revision=3336 --- diff --git a/bin/emerge b/bin/emerge index 9cb7aa3c0..bec978341 100755 --- a/bin/emerge +++ b/bin/emerge @@ -2095,6 +2095,8 @@ class depgraph: if arg in badlongopts: continue mynewargv.append(arg) + # priority only needs to be adjusted on the first run + os.environ["PORTAGE_NICENESS"] = "0" os.execv(mynewargv[0], mynewargv) if ("--pretend" not in myopts) and ("--fetchonly" not in myopts) and ("--fetch-all-uri" not in myopts):