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

(-)pym/portage.py (+2 lines)
Lines 4165-4170 Link Here
4165
	try:
4165
	try:
4166
		mygroups, eapi = portdb.aux_get(mycpv, ["KEYWORDS", "EAPI"])
4166
		mygroups, eapi = portdb.aux_get(mycpv, ["KEYWORDS", "EAPI"])
4167
	except KeyError:
4167
	except KeyError:
4168
		import traceback
4169
		traceback.print_exc()
4168
		# The "depend" phase apparently failed for some reason.  An associated
4170
		# The "depend" phase apparently failed for some reason.  An associated
4169
		# error message will have already been printed to stderr.
4171
		# error message will have already been printed to stderr.
4170
		return ["corruption"]
4172
		return ["corruption"]

Return to bug 158632