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

Collapse All | Expand All

(-)pym/gentoolkit/eclean/search.py.orig (-1 / +1 lines)
Lines 573-581 Link Here
573
		if dbapi.cpv_exists(cpv):
570
		if dbapi.cpv_exists(cpv):
574
			# exclusion because pkg still exists (in porttree or vartree)
571
			# exclusion because pkg still exists (in porttree or vartree)
575
			del clean_me[cpv]
572
			del clean_me[cpv]
576
			continue
573
			continue
577
		if portage.cpv_getkey(cpv) in cp_all:
574
		if portage.cpv_getkey(cpv) in cp_all and port_dbapi.cpv_exists(cpv):
578
			# exlusion because of --package-names
575
			# exlusion because of --package-names
579
			del clean_me[cpv]
576
			del clean_me[cpv]
580
577
581
	return clean_me
578
	return clean_me

Return to bug 472020