summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-10-22 21:15:12 +0000
committerZac Medico <zmedico@gentoo.org>2006-10-22 21:15:12 +0000
commit06ce57fe59105b223d54cd9dad7bcc5e1a01b989 (patch)
treedc2f5353a8e0bb29ee70bcef783c6d4bc2266b4d /pym
parentd7a69b12aa7cd7951669012aa7e77a5534cf7e8c (diff)
downloadportage-06ce57fe59105b223d54cd9dad7bcc5e1a01b989.tar.gz
portage-06ce57fe59105b223d54cd9dad7bcc5e1a01b989.tar.bz2
portage-06ce57fe59105b223d54cd9dad7bcc5e1a01b989.zip
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
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
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