projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18792bb
)
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:47:18 +0000
(09:47 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 20 Jun 2007 09:47:18 +0000
(09:47 -0000)
svn path=/main/branches/2.1.2/; revision=6888
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 0084dded9313b1c4e585eb33c2b795d4eda27613..f02b77c60a4e3e69ffbeba944cf82c9612ae2719 100755
(executable)
--- 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)