diff options
-rw-r--r-- | pym/_emerge/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index e31ea27ee..d1e3889a3 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -2493,6 +2493,8 @@ class depgraph(object): portdb = self.roots[root].trees["porttree"].dbapi dbs = self._filtered_trees[root]["dbs"] 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) |