Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10249 - main/branches/prefix/pym/_emerge
Date: Thu, 08 May 2008 20:05:56
Message-Id: E1JuCNG-0004NR-FG@stork.gentoo.org
1 Author: grobian
2 Date: 2008-05-08 20:05:53 +0000 (Thu, 08 May 2008)
3 New Revision: 10249
4
5 Modified:
6 main/branches/prefix/pym/_emerge/__init__.py
7 Log:
8 Merged from trunk 10245:10246
9
10 | 10246 | Remove stale uninstall tasks from scheduled_uninstalls when |
11 | zmedico | necessary. |
12
13
14 Modified: main/branches/prefix/pym/_emerge/__init__.py
15 ===================================================================
16 --- main/branches/prefix/pym/_emerge/__init__.py 2008-05-08 20:01:27 UTC (rev 10248)
17 +++ main/branches/prefix/pym/_emerge/__init__.py 2008-05-08 20:05:53 UTC (rev 10249)
18 @@ -4038,6 +4038,8 @@
19 mygraph.remove(uninst_task)
20 except KeyError:
21 pass
22 + scheduled_uninstalls.discard(uninst_task)
23 +
24 if uninst_task is not None and \
25 uninst_task not in ignored_uninstall_tasks and \
26 myblocker_uninstalls.contains(uninst_task):
27
28 --
29 gentoo-commits@l.g.o mailing list