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

(-)pym/portage/data.py (+1 lines)
Lines 84-89 Link Here
84
except KeyError:
84
except KeyError:
85
	portage_uid=0
85
	portage_uid=0
86
	portage_gid=0
86
	portage_gid=0
87
	userpriv_groups = [portage_gid]
87
	writemsg(colorize("BAD",
88
	writemsg(colorize("BAD",
88
		_("portage: 'portage' user or group missing.")) + "\n", noiselevel=-1)
89
		_("portage: 'portage' user or group missing.")) + "\n", noiselevel=-1)
89
	writemsg(_(
90
	writemsg(_(

Return to bug 305787