From: Zac Medico Date: Fri, 28 Mar 2008 09:30:19 +0000 (-0000) Subject: Bug #210667 - In the circular dependency display, drop PDEPEND (aka X-Git-Tag: v2.1.5~355 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f2b5184ea4b8231e7bec393326a8027e5e024c54;p=portage.git Bug #210667 - In the circular dependency display, drop PDEPEND (aka MEDIUM_SOFT) from the graph so there's less noise. (trunk r9362) svn path=/main/branches/2.1.2/; revision=9533 --- diff --git a/bin/emerge b/bin/emerge index b093e0ec7..2bdfbc61e 100755 --- a/bin/emerge +++ b/bin/emerge @@ -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: