From 06ce57fe59105b223d54cd9dad7bcc5e1a01b989 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 22 Oct 2006 21:15:12 +0000 Subject: 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 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22