From 0e25e5158634241e0db8b166f22c5d224abfb0c1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 19 Feb 2008 08:47:11 +0000 Subject: When showing an unsatisfied dep, never include installed packages. svn path=/main/trunk/; revision=9360 --- pym/_emerge/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3-1-g7c22