public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r9533 - main/branches/2.1.2/bin
@ 2008-03-28  9:30 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-03-28  9:30 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-03-28 09:30:19 +0000 (Fri, 28 Mar 2008)
New Revision: 9533

Modified:
   main/branches/2.1.2/bin/emerge
Log:
Bug #210667 - In the circular dependency display, drop PDEPEND (aka
MEDIUM_SOFT) from the graph so there's less noise. (trunk r9362)


Modified: main/branches/2.1.2/bin/emerge
===================================================================
--- main/branches/2.1.2/bin/emerge	2008-03-28 09:24:10 UTC (rev 9532)
+++ main/branches/2.1.2/bin/emerge	2008-03-28 09:30:19 UTC (rev 9533)
@@ -2966,7 +2966,7 @@
 				# have no parents and thus can not be part of a cycle.
 				while True:
 					root_nodes = mygraph.root_nodes(
-						ignore_priority=DepPriority.SOFT)
+						ignore_priority=DepPriority.MEDIUM_SOFT)
 					if not root_nodes:
 						break
 					for node in root_nodes:

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



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

only message in thread, other threads:[~2008-03-28  9:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-28  9:30 [gentoo-commits] portage r9533 - main/branches/2.1.2/bin 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