summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
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).