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 eac43287d..1d31065fe 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -1556,7 +1556,7 @@ class config:
if x not in myflags:
myflags.append(x)
- usesplit = [ x for x in myflags if not x.startswith("-") and \
+ usesplit = [ x for x in myflags if \
x not in self.usemask and x not in self.pusemask ]
usesplit.sort()