try to schedule an uninstall task that's already been scheduled
but hasn't been executed yet due to dependence on installation of
blocking packages. (trunk r10271)
svn path=/main/branches/2.1.2/; revision=10272
if task in ignored_uninstall_tasks:
continue
+ if task in scheduled_uninstalls:
+ # It's been scheduled but it hasn't
+ # been executed yet due to dependence
+ # on installation of blocking packages.
+ continue
+
root_config = self.roots[task.root]
inst_pkg = self._pkg_cache[
("installed", task.root, task.cpv, "nomerge")]