Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 151331 | Differences between
and this patch

Collapse All | Expand All

(-)bin/emerge (-2 / +4 lines)
Lines 1457-1464 Link Here
1457
						if not myblockers.child_nodes(blocker):
1457
						if not myblockers.child_nodes(blocker):
1458
							myblockers.remove(blocker)
1458
							myblockers.remove(blocker)
1459
1459
1460
		if not myblockers.is_empty():
1460
		for node in myblockers.root_nodes():
1461
			retlist.extend([node.split() for node in myblockers.root_nodes()])
1461
			retlist.append(node.split())
1462
			for parent in self.blocker_parents[node]:
1463
				self.digraph.add(node, parent)
1462
1464
1463
		return retlist
1465
		return retlist
1464
1466

Return to bug 151331