From: Zac Medico Date: Sun, 27 Apr 2008 00:23:47 +0000 (-0000) Subject: Don't assume that altlist() will succeed inside display_problems(). X-Git-Tag: v2.1.5~141 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=789e7b1601e33954aa5a81c82affeb90778d6283;p=portage.git Don't assume that altlist() will succeed inside display_problems(). (trunk r9980) svn path=/main/branches/2.1.2/; revision=9986 --- 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.