projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7ad59b
)
In the circular dependency display, drop PDEPEND (aka MEDIUM_SOFT) from
author
Zac Medico
<zmedico@gentoo.org>
Wed, 20 Feb 2008 20:52:22 +0000
(20:52 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 20 Feb 2008 20:52:22 +0000
(20:52 -0000)
the graph so there's less noise.
svn path=/main/trunk/; revision=9362
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index d1e3889a35357be0470b52809dd716a95cdc1d70..a1728cb58701b61f9b3b05b709dc42140c675b58 100644
(file)
--- 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: