summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/emerge/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py
index 5f0611c43..32b39d550 100644
--- a/pym/emerge/__init__.py
+++ b/pym/emerge/__init__.py
@@ -2219,6 +2219,7 @@ class depgraph(object):
world_problems = True
continue
elif not vardb.match(x):
+ world_problems = True
available = False
if "--usepkgonly" not in self.myopts and \
portdb.match(x):
@@ -2230,7 +2231,6 @@ class depgraph(object):
if mymatches:
available = True
if not available:
- world_problems = True
continue
mylist.append(x)