From: Zac Medico Date: Tue, 24 Jul 2007 06:49:14 +0000 (-0000) Subject: Add droppriv keyword for the depend phase. (trunk r7385) X-Git-Tag: v2.1.3~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=874d9a333f9b57406507c84aa91b2ec90750335c;p=portage.git Add droppriv keyword for the depend phase. (trunk r7385) svn path=/main/branches/2.1.2/; revision=7386 --- diff --git a/pym/portage.py b/pym/portage.py index 107d19ff1..ac4371b44 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -3680,7 +3680,7 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0, mysettings["dbkey"] = \ os.path.join(mysettings.depcachedir, "aux_db_key_temp") - return spawn(EBUILD_SH_BINARY + " depend", mysettings) + return spawn(EBUILD_SH_BINARY + " depend", mysettings, droppriv=1) # Validate dependency metadata here to ensure that ebuilds with invalid # data are never installed (even via the ebuild command).