From f2b5184ea4b8231e7bec393326a8027e5e024c54 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 28 Mar 2008 09:30:19 +0000 Subject: 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 --- bin/emerge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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: -- cgit v1.2.3-1-g7c22