Bug #210667 - In the circular dependency display, drop PDEPEND (aka
authorZac Medico <zmedico@gentoo.org>
Fri, 28 Mar 2008 09:30:19 +0000 (09:30 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 28 Mar 2008 09:30:19 +0000 (09:30 -0000)
MEDIUM_SOFT) from the graph so there's less noise. (trunk r9362)

svn path=/main/branches/2.1.2/; revision=9533

bin/emerge

index b093e0ec70025db58a8c2fcb1c8e6ae25adfdb02..2bdfbc61e25d9c2eb96921b50c64f5c5434d82a7 100755 (executable)
@@ -2966,7 +2966,7 @@ class depgraph:
                                # 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: