summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/__init__.py')
-rw-r--r--pym/_emerge/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index 85d6aa942..59024197c 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -4375,7 +4375,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.