Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9986 - main/branches/2.1.2/bin
Date: Sun, 27 Apr 2008 00:23:51
Message-Id: E1JpugG-00065A-R0@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-04-27 00:23:47 +0000 (Sun, 27 Apr 2008)
3 New Revision: 9986
4
5 Modified:
6 main/branches/2.1.2/bin/emerge
7 Log:
8 Don't assume that altlist() will succeed inside display_problems().
9 (trunk r9980)
10
11
12 Modified: main/branches/2.1.2/bin/emerge
13 ===================================================================
14 --- main/branches/2.1.2/bin/emerge 2008-04-27 00:23:03 UTC (rev 9985)
15 +++ main/branches/2.1.2/bin/emerge 2008-04-27 00:23:47 UTC (rev 9986)
16 @@ -4528,7 +4528,7 @@
17 to ensure that the user is notified of problems with the graph.
18 """
19
20 - task_list = self.altlist()
21 + task_list = self._serialized_tasks_cache
22
23 # Any blockers must be appended to the tail of the list,
24 # so we only need to check the last item.
25
26 --
27 gentoo-commits@l.g.o mailing list