Show a "world problems" warning for packages that aren't installed, even if they...
authorZac Medico <zmedico@gentoo.org>
Wed, 20 Jun 2007 09:46:33 +0000 (09:46 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 20 Jun 2007 09:46:33 +0000 (09:46 -0000)
svn path=/main/trunk/; revision=6887

pym/emerge/__init__.py

index 5f0611c43bced03b4a9c7b598dc9f3b7a7385d15..32b39d550a379e86cf839d7235a05ad2466cfef4 100644 (file)
@@ -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)