projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad9b962
)
When showing an unsatisfied dep, never include installed packages. (trunk r9360)
author
Zac Medico
<zmedico@gentoo.org>
Fri, 14 Mar 2008 17:31:55 +0000
(17:31 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 14 Mar 2008 17:31:55 +0000
(17:31 -0000)
svn path=/main/branches/2.1.2/; revision=9464
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index bef6f40610caf5005447139f69aca4f0e6bf8305..3623ea2ea8eea07a0250c3e0d5ab2d8b68db489d 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-2145,6
+2145,8
@@
class depgraph:
db_keys = self._mydbapi_keys
dbs.append((vardb, "installed", True, True, db_keys))
for db, pkg_type, built, installed, db_keys in dbs:
+ if installed:
+ continue
match = db.match
if hasattr(db, "xmatch"):
cpv_list = db.xmatch("match-all", atom)