make.conf(5): document PORTAGE_{GRPNAME,USERNAME,INST_UID,INST_GID}
authorMike Frysinger <vapier@gentoo.org>
Fri, 1 Jun 2012 03:15:55 +0000 (23:15 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 1 Jun 2012 03:15:55 +0000 (23:15 -0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
man/make.conf.5

index a90e51dbbaba75867ad0a6f3a5cd430e963cc98a..688263709d1fab625eadf21dea7bd1d563827c2e 100644 (file)
@@ -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