public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r9360 - main/trunk/pym/_emerge
@ 2008-02-19  8:47 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-02-19  8:47 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-02-19 08:47:11 +0000 (Tue, 19 Feb 2008)
New Revision: 9360

Modified:
   main/trunk/pym/_emerge/__init__.py
Log:
When showing an unsatisfied dep, never include installed packages.


Modified: main/trunk/pym/_emerge/__init__.py
===================================================================
--- main/trunk/pym/_emerge/__init__.py	2008-02-19 08:27:22 UTC (rev 9359)
+++ main/trunk/pym/_emerge/__init__.py	2008-02-19 08:47:11 UTC (rev 9360)
@@ -2493,6 +2493,8 @@
 		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)

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-19  8:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-19  8:47 [gentoo-commits] portage r9360 - main/trunk/pym/_emerge Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox