summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index 52975a86a..eec45e34b 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -4528,7 +4528,7 @@ class depgraph(object):
to ensure that the user is notified of problems with the graph.
"""
- task_list = self.altlist()
+ task_list = self._serialized_tasks_cache
# Any blockers must be appended to the tail of the list,
# so we only need to check the last item.