summaryrefslogtreecommitdiffstats
path: root/bin/emerge
diff options
context:
space:
mode:
Diffstat (limited to 'bin/emerge')
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index 33efdb746..65f9ea8ee 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -2389,7 +2389,7 @@ class depgraph:
continue
if "blocks" == graph_key[0]:
continue
- if graph_key[-1] != "nomerge":
+ if ordered and graph_key[-1] != "nomerge":
last_merge_depth = depth
continue
if depth >= last_merge_depth or \