diff options
-rw-r--r-- | pym/portage/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index c76263899..cf27256aa 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -1961,7 +1961,7 @@ class config: mysplit = curdb["USE"].split() for x in mysplit: if x == "-*": - myflags = use_expand_protected[:] + myflags = [] continue if x[0] == "+": |