Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9980 - main/trunk/pym/_emerge
Date: Sat, 26 Apr 2008 05:13:43
Message-Id: E1JpcjF-0007N6-9m@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-04-26 05:13:39 +0000 (Sat, 26 Apr 2008)
3 New Revision: 9980
4
5 Modified:
6 main/trunk/pym/_emerge/__init__.py
7 Log:
8 Don't assume that altlist() will succeed inside display_problems().
9
10
11 Modified: main/trunk/pym/_emerge/__init__.py
12 ===================================================================
13 --- main/trunk/pym/_emerge/__init__.py 2008-04-26 03:55:41 UTC (rev 9979)
14 +++ main/trunk/pym/_emerge/__init__.py 2008-04-26 05:13:39 UTC (rev 9980)
15 @@ -4375,7 +4375,7 @@
16 to ensure that the user is notified of problems with the graph.
17 """
18
19 - task_list = self.altlist()
20 + task_list = self._serialized_tasks_cache
21
22 # Any blockers must be appended to the tail of the list,
23 # so we only need to check the last item.
24
25 --
26 gentoo-commits@l.g.o mailing list