From be4ff01714a86eda1aa0508cbabc19d9c4bcdf08 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 8 May 2008 19:47:28 +0000 Subject: Remove stale uninstall tasks from scheduled_uninstalls when necessary. (trunk r10246) svn path=/main/branches/2.1.2/; revision=10247 --- bin/emerge | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/emerge') diff --git a/bin/emerge b/bin/emerge index 1cf44d2ed..4bfdac4e2 100755 --- a/bin/emerge +++ b/bin/emerge @@ -4165,6 +4165,8 @@ class depgraph(object): mygraph.remove(uninst_task) except KeyError: pass + scheduled_uninstalls.discard(uninst_task) + if uninst_task is not None and \ uninst_task not in ignored_uninstall_tasks and \ myblocker_uninstalls.contains(uninst_task): -- cgit v1.2.3-1-g7c22