aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-05-31 23:15:55 -0400
committerMike Frysinger <vapier@gentoo.org>2012-05-31 23:15:55 -0400
commitd9f8332397f77c7efdbd53082672c641bc19a0fc (patch)
tree1e8e5978cfc1e87cfc2dae3b9358b889927c1348 /man
parentInheritEclass: support inherit after && or || (diff)
downloadportage-d9f8332397f77c7efdbd53082672c641bc19a0fc.tar.gz
portage-d9f8332397f77c7efdbd53082672c641bc19a0fc.tar.bz2
portage-d9f8332397f77c7efdbd53082672c641bc19a0fc.zip
make.conf(5): document PORTAGE_{GRPNAME,USERNAME,INST_UID,INST_GID}
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.524
1 files changed, 24 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index a90e51dbb..688263709 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -733,6 +733,24 @@ to be configured by \fI`git config user.signingkey key_id`\fR.
The command used by \fBrepoman\fR(1) to sign manifests when \fBsign\fR is
in \fBFEATURES\fR.
.TP
+\fBPORTAGE_GRPNAME\fR = \fI[group]\fR
+Defines the groupname to use when executing in userpriv/etc... modes (i.e.
+non-root).
+.br
+Defaults to portage.
+.TP
+\fBPORTAGE_INST_GID\fR = \fI[gid]\fR
+Defines the group id when installing files via dobin/dosbin. Useful when
+running ebuild as yourself.
+.br
+Defaults to 0.
+.TP
+\fBPORTAGE_INST_UID\fR = \fI[uid]\fR
+Defines the user id when installing files via dobin/dosbin. Useful when
+running ebuild as yourself.
+.br
+Defaults to 0.
+.TP
\fBPORTAGE_IONICE_COMMAND\fR = \fI[ionice command string]\fR
This variable should contain a command for portage to call in order
to adjust the io priority of portage and it's subprocesses. The command
@@ -792,6 +810,12 @@ Defines the location of the temporary build directories.
.br
Defaults to /var/tmp.
.TP
+\fBPORTAGE_USERNAME\fR = \fI[user]\fR
+Defines the username to use when executing in userpriv/etc... modes (i.e.
+non-root).
+.br
+Defaults to portage.
+.TP
\fBPORTAGE_WORKDIR_MODE\fR = \fI"0700"\fR
This variable controls permissions for \fIWORKDIR\fR (see \fBebuild\fR(5)).
.TP