From c398a7e0a111081547ae1c4e5f723e0216310a57 Mon Sep 17 00:00:00 2001 From: Sebastian Luther Date: Mon, 2 Dec 2013 21:04:27 +0100 Subject: [PATCH] Fix crash in _ignore_dependency --- pym/_emerge/depgraph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index cd68db6c7..6600bc22b 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -2283,6 +2283,7 @@ class depgraph(object): (pkg.root, pkg.slot_atom) in self._dynamic_config._slot_operator_replace_installed and \ mypriority.satisfied is not child and \ mypriority.satisfied.installed and \ + child and \ not child.installed and \ (child.slot != mypriority.satisfied.slot or child.sub_slot != mypriority.satisfied.sub_slot): slot_operator_rebuild = True -- 2.26.2