projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8724480
)
Show a "world problems" warning for packages that aren't installed, even if they...
author
Zac Medico
<zmedico@gentoo.org>
Wed, 20 Jun 2007 09:46:33 +0000
(09:46 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/emerge/__init__.py
b/pym/emerge/__init__.py
index 5f0611c43bced03b4a9c7b598dc9f3b7a7385d15..32b39d550a379e86cf839d7235a05ad2466cfef4 100644
(file)
--- 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)