projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b84be
)
Bug #210667 - In the circular dependency display, drop PDEPEND (aka
author
Zac Medico
<zmedico@gentoo.org>
Fri, 28 Mar 2008 09:30:19 +0000
(09:30 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 28 Mar 2008 09:30:19 +0000
(09:30 -0000)
MEDIUM_SOFT) from the graph so there's less noise. (trunk r9362)
svn path=/main/branches/2.1.2/; revision=9533
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index b093e0ec70025db58a8c2fcb1c8e6ae25adfdb02..2bdfbc61e25d9c2eb96921b50c64f5c5434d82a7 100755
(executable)
--- 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: