projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
221e9e7
)
We there is a circular deps panic in reversed mode, do the circular deps output witho...
author
Zac Medico
<zmedico@gentoo.org>
Fri, 20 Oct 2006 20:49:30 +0000
(20:49 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 20 Oct 2006 20:49:30 +0000
(20:49 -0000)
svn path=/main/trunk/; revision=4769
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index ee04bb5322974d299a044ff68df1193357332e7b..70cdee79b4ee623615e6bc0262744e2dd64c0054 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-1528,6
+1528,10
@@
class depgraph:
selected_nodes = [blocker_deps.pop()]
if not selected_nodes:
+ if reversed:
+ """The circular deps ouput should have less noise when
+ altlist is not in reversed mode."""
+ self.altlist()
print "!!! Error: circular dependencies:"
print
mygraph.debug_print()