From f7985dbe16fd385e117845c12b2fca22f63d2a50 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 20 Jun 2007 09:47:18 +0000 Subject: 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 --- bin/emerge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/emerge') 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) -- cgit v1.2.3-1-g7c22