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 bbb27fc14..9a9b3bbf7 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -1894,7 +1894,7 @@ class config:
mysplit = curdb["USE"].split()
for x in mysplit:
if x == "-*":
- myflags = use_expand_protected[:]
+ myflags = []
continue
if x[0] == "+":