From: Zac Medico Date: Wed, 20 Feb 2008 20:52:22 +0000 (-0000) Subject: In the circular dependency display, drop PDEPEND (aka MEDIUM_SOFT) from X-Git-Tag: v2.2_pre3~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=49e5835bb591c28647762b7f362f9af0737b5fff;p=portage.git In the circular dependency display, drop PDEPEND (aka MEDIUM_SOFT) from the graph so there's less noise. svn path=/main/trunk/; revision=9362 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index d1e3889a3..a1728cb58 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -3323,7 +3323,7 @@ class depgraph(object): # 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: