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

(-)portato/__init__.py.old (-1 / +1 lines)
Lines 6340-6346 Link Here
6340
				raise
6340
				raise
6341
			return ["corruption"]
6341
			return ["corruption"]
6342
		if "?" in metadata["LICENSE"]:
6342
		if "?" in metadata["LICENSE"]:
6343
			settings.setcpv(p, mydb=metadata)
6343
			settings.setcpv(mycpv, mydb=metadata)
6344
			metadata["USE"] = settings["PORTAGE_USE"]
6344
			metadata["USE"] = settings["PORTAGE_USE"]
6345
		else:
6345
		else:
6346
			metadata["USE"] = ""
6346
			metadata["USE"] = ""

Return to bug 231358