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

Collapse All | Expand All

(-)a/lib/_emerge/depgraph.py (+2 lines)
Lines 3874-3879 class depgraph(object): Link Here
3874
				# or whatever other metadata gets implemented for this
3874
				# or whatever other metadata gets implemented for this
3875
				# purpose.
3875
				# purpose.
3876
				if x.cp.startswith('virtual/'):
3876
				if x.cp.startswith('virtual/'):
3877
					if disjunctions:
3878
						disjunctions = []
3877
					disjunctions.append(x)
3879
					disjunctions.append(x)
3878
				else:
3880
				else:
3879
					yield x
3881
					yield x

Return to bug 702806