summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/emerge b/bin/emerge
index bef6f4061..3623ea2ea 100755
--- 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)