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

Collapse All | Expand All

(-)pym/portage/__init__.py (+2 lines)
Lines 4042-4047 Link Here
4042
			noiselevel=-1)
4042
			noiselevel=-1)
4043
		if strict:
4043
		if strict:
4044
			return 0
4044
			return 0
4045
		else:
4046
			return 1
4045
	mf = Manifest(pkgdir, mysettings["DISTDIR"])
4047
	mf = Manifest(pkgdir, mysettings["DISTDIR"])
4046
	eout = portage.output.EOutput()
4048
	eout = portage.output.EOutput()
4047
	eout.quiet = mysettings.get("PORTAGE_QUIET", None) == "1"
4049
	eout.quiet = mysettings.get("PORTAGE_QUIET", None) == "1"

Return to bug 225285