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 / +3 lines)
Lines 736-744 Link Here
736
		for x in pkgdeps:
736
		for x in pkgdeps:
737
			suffix = ""
737
			suffix = ""
738
			cpv = x[2]
738
			cpv = x[2]
739
			pkg = gentoolkit.find_best_match(x[0] + cpv)
739
			pkg = gentoolkit.find_packages(x[0] + cpv, True)
740
			if not pkg:
740
			if not pkg:
741
				continue
741
				continue
742
			else:
743
				pkg = pkg[0]
742
			if pkg.get_cpv() in pkgtbl:
744
			if pkg.get_cpv() in pkgtbl:
743
				continue
745
				continue
744
			if cpv.find("virtual") == 0:
746
			if cpv.find("virtual") == 0:

Return to bug 236492