From: Zac Medico Date: Sun, 22 Oct 2006 21:15:12 +0000 (-0000) Subject: Don't put -* in the env layer, since that layer isn't part of the incremental stackin... X-Git-Tag: v2.1.2~562 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=06ce57fe59105b223d54cd9dad7bcc5e1a01b989;p=portage.git Don't put -* in the env layer, since that layer isn't part of the incremental stacking in regenerate. svn path=/main/trunk/; revision=4804 --- diff --git a/pym/portage.py b/pym/portage.py index 616df7e7b..76c448c5f 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -1499,7 +1499,7 @@ class config: if filename == "USE": binpkg_flags = "-* " + mydata self.configdict["pkg"][filename] = binpkg_flags - self.configdict["env"][filename] = binpkg_flags + self.configdict["env"][filename] = mydata else: self.configdict["pkg"][filename] = mydata self.configdict["env"][filename] = mydata