summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-28 09:30:19 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-28 09:30:19 +0000
commitf2b5184ea4b8231e7bec393326a8027e5e024c54 (patch)
tree63a6fdbfe70c61c52607d9d3648b5e76ce558ef3 /bin
parente7b84be269957aad287e5aeb4cb1bed6cd84e45a (diff)
downloadportage-f2b5184ea4b8231e7bec393326a8027e5e024c54.tar.gz
portage-f2b5184ea4b8231e7bec393326a8027e5e024c54.tar.bz2
portage-f2b5184ea4b8231e7bec393326a8027e5e024c54.zip
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
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: