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

Collapse All | Expand All

(-)portage.py.org (+3 lines)
Lines 2518-2523 Link Here
2518
			return None
2518
			return None
2519
		else:
2519
		else:
2520
			#try to satisfy first dep
2520
			#try to satisfy first dep
2521
			for x in unreduced[1:]:
2522
				if (vardbapi(root).match(x)):
2523
					return x
2521
			return unreduced[1]
2524
			return unreduced[1]
2522
	else:
2525
	else:
2523
		if dep_eval(reduced):
2526
		if dep_eval(reduced):

Return to bug 29849