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

Collapse All | Expand All

(-)equery (-1 / +5 lines)
Lines 738-744 Link Here
738
			cpv = x[2]
738
			cpv = x[2]
739
			pkg = gentoolkit.find_best_match(x[0] + cpv)
739
			pkg = gentoolkit.find_best_match(x[0] + cpv)
740
			if not pkg:
740
			if not pkg:
741
				continue
741
				pkg = gentoolkit.find_packages(x[0] + cpv, True)
742
				if pkg:
743
					pkg = pkg[-1]
744
				else:
745
					continue
742
			if pkg.get_cpv() in pkgtbl:
746
			if pkg.get_cpv() in pkgtbl:
743
				continue
747
				continue
744
			if cpv.find("virtual") == 0:
748
			if cpv.find("virtual") == 0:

Return to bug 236492