Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 246451
Collapse All | Expand All

(-)pym/portage/sets/security.py (-1 / +1 lines)
Lines 46-52 Link Here
46
	def _reduce(self, atomlist):
46
	def _reduce(self, atomlist):
47
		mydict = {}
47
		mydict = {}
48
		for atom in atomlist[:]:
48
		for atom in atomlist[:]:
49
			cpv = self._portdbapi.match(atom)[0]
49
			cpv = self._portdbapi.xmatch("match-all", atom)[0]
50
			slot = self._portdbapi.aux_get(cpv, ["SLOT"])[0]
50
			slot = self._portdbapi.aux_get(cpv, ["SLOT"])[0]
51
			cps = "/".join(catpkgsplit(cpv)[0:2]) + ":" + slot
51
			cps = "/".join(catpkgsplit(cpv)[0:2]) + ":" + slot
52
			if not cps in mydict:
52
			if not cps in mydict:

Return to bug 246451