summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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