projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28cd21f
)
Add a comment about the previous commit.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 17 Dec 2006 20:32:00 +0000
(20:32 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 17 Dec 2006 20:32:00 +0000
(20:32 -0000)
svn path=/main/trunk/; revision=5310
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index acaeec17eef6ce153a8e4514d6389d0968ea36dd..bd53fb8b4f0796c8ccd508e1e4aa2f2ccb8c7d3a 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-1747,7
+1747,8
@@
class depgraph:
if ignore_priority <= DepPriority.SOFT:
if ignore_priority is None and not reversed:
# Greedily pop all of these nodes since no relationship
- # has been ignored.
+ # has been ignored. This optimization destroys --tree
+ # output, so it's disabled in reversed mode.
selected_nodes = nodes
else:
# Only pop one node for optimal merge order.