From 789e7b1601e33954aa5a81c82affeb90778d6283 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 27 Apr 2008 00:23:47 +0000 Subject: Don't assume that altlist() will succeed inside display_problems(). (trunk r9980) svn path=/main/branches/2.1.2/; revision=9986 --- bin/emerge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-1-g7c22