aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/_emerge/depgraph.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/_emerge/depgraph.py b/lib/_emerge/depgraph.py
index 6d8e73172..f80b077bc 100644
--- a/lib/_emerge/depgraph.py
+++ b/lib/_emerge/depgraph.py
@@ -8309,9 +8309,7 @@ class depgraph(object):
if blocker.priority.buildtime and blocker.atom.blocker.overlap.forbid:
buildtime_blockers.append(blocker)
- if unsolvable_blockers and \
- not buildtime_blockers and \
- not self._accept_blocker_conflicts():
+ if unsolvable_blockers and (buildtime_blockers or not self._accept_blocker_conflicts()):
self._dynamic_config._unsatisfied_blockers_for_display = (tuple(buildtime_blockers)
if buildtime_blockers else unsolvable_blockers)
self._dynamic_config._serialized_tasks_cache = retlist