aboutsummaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-12-09 14:36:12 -0800
committerZac Medico <zmedico@gentoo.org>2011-12-09 14:36:12 -0800
commit0c217d51685bde5085607a8b54e8507b3624c36e (patch)
tree268813a81b7907092fac438f5a0d9932d9fc45e3 /cnf
parentportageq: get_repo* uses_root (diff)
downloadportage-0c217d51685bde5085607a8b54e8507b3624c36e.tar.gz
portage-0c217d51685bde5085607a8b54e8507b3624c36e.tar.bz2
portage-0c217d51685bde5085607a8b54e8507b3624c36e.zip
Auto-generate PORTAGE_INST_GID/UID for prefix.
For prefix environments, default to the UID and GID of the top-level EROOT directory. This allows us to avoid using hardcoded defaults. It's still possible to override these variables via make.conf.
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals4
1 files changed, 0 insertions, 4 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index e1243fb08..cd06fdcea 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -111,10 +111,6 @@ CONFIG_PROTECT_MASK="/etc/env.d"
# Disable auto-use
USE_ORDER="env:pkg:conf:defaults:pkginternal:repo:env.d"
-# Default ownership of installed files.
-PORTAGE_INST_UID="0"
-PORTAGE_INST_GID="0"
-
# Mode bits for ${WORKDIR} (see ebuild.5).
PORTAGE_WORKDIR_MODE="0700"