summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/emerge2
1 files changed, 2 insertions, 0 deletions
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):