Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 480194
Collapse All | Expand All

(-)a/pym/_emerge/depgraph.py (-2 / +2 lines)
Lines 5863-5869 class depgraph(object): Link Here
5863
5863
5864
		self._process_slot_conflicts()
5864
		self._process_slot_conflicts()
5865
5865
5866
		self._slot_operator_trigger_reinstalls()
5866
		if self._dynamic_config._allow_backtracking:
5867
			self._slot_operator_trigger_reinstalls()
5867
5868
5868
		if not self._validate_blockers():
5869
		if not self._validate_blockers():
5869
			# Blockers don't trigger the _skip_restart flag, since
5870
			# Blockers don't trigger the _skip_restart flag, since
5870
- 

Return to bug 480194