Index: bin/emerge =================================================================== --- bin/emerge (revision 10277) +++ bin/emerge (revision 10278) @@ -4157,7 +4157,6 @@ "uninstall" == node.operation: have_uninstall_task = True uninst_task = node - scheduled_uninstalls.remove(uninst_task) else: vardb = self.trees[node.root]["vartree"].dbapi previous_cpv = vardb.match(node.slot_atom) @@ -4171,7 +4170,6 @@ 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 \