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

(-)pym/portage.py (-1 / +2 lines)
Lines 3191-3197 Link Here
3191
	phase_retval = spawn(actionmap[mydo]["cmd"] % mydo, mysettings, debug=debug, logfile=logfile, **kwargs)
3191
	phase_retval = spawn(actionmap[mydo]["cmd"] % mydo, mysettings, debug=debug, logfile=logfile, **kwargs)
3192
	mysettings["EBUILD_PHASE"] = ""
3192
	mysettings["EBUILD_PHASE"] = ""
3193
3193
3194
	if not kwargs["droppriv"] and secpass >= 2:
3194
	if "userpriv" in mysettings.features and \
3195
		not kwargs["droppriv"] and secpass >= 2:
3195
		""" Privileged phases may have left files that need to be made
3196
		""" Privileged phases may have left files that need to be made
3196
		writable to a less privileged user."""
3197
		writable to a less privileged user."""
3197
		apply_recursive_permissions(mysettings["T"],
3198
		apply_recursive_permissions(mysettings["T"],

Return to bug 188703