From: Zac Medico Date: Wed, 20 Jun 2007 09:47:18 +0000 (-0000) Subject: Show a "world problems" warning for packages that aren't installed, even if they... X-Git-Tag: v2.1.3~203 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f7985dbe16fd385e117845c12b2fca22f63d2a50;p=portage.git Show a "world problems" warning for packages that aren't installed, even if they are available. (trunk r6887) svn path=/main/branches/2.1.2/; revision=6888 --- diff --git a/bin/emerge b/bin/emerge index 0084dded9..f02b77c60 100755 --- a/bin/emerge +++ b/bin/emerge @@ -2185,6 +2185,7 @@ class depgraph: world_problems = True continue elif not vardb.match(x): + world_problems = True available = False if "--usepkgonly" not in self.myopts and \ portdb.match(x): @@ -2196,7 +2197,6 @@ class depgraph: if mymatches: available = True if not available: - world_problems = True continue mylist.append(x)