summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-01-13 03:12:44 +0000
committerZac Medico <zmedico@gentoo.org>2007-01-13 03:12:44 +0000
commit2d08d7485e83add70ea52e5c7d419f177581f835 (patch)
tree3cd6524153a7cc3ff1e6ef87db26ac572614b9d4 /man
parent0d3cfe81db4428faa5a518cd0769006cad1df36b (diff)
downloadportage-2d08d7485e83add70ea52e5c7d419f177581f835.tar.gz
portage-2d08d7485e83add70ea52e5c7d419f177581f835.tar.bz2
portage-2d08d7485e83add70ea52e5c7d419f177581f835.zip
Document PORTAGE_COMPRESS and PORTAGE_COMPRESS_FLAGS.
svn path=/main/trunk/; revision=5626
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.57
1 files changed, 7 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index f805de398..bbffed42e 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -317,6 +317,13 @@ the get binary pkg options are given to \fBemerge\fR. Review \fBemerge\fR(1)
for more information. Note that it should point to the 'All' directory on
the host that creates the binary packages and not to the root of the \fBPKGDIR\fR.
.TP
+\fBPORTAGE_COMPRESS\fR = \fI"bzip2"\fR
+This variable contains the command used to compress documentation during the
+install phase.
+.TP
+\fBPORTAGE_COMPRESS_FLAGS\fR = \fI"-9"\fR
+This variable contains flags for the \fBPORTAGE_COMPRESS\fR command.
+.TP
\fBPORTAGE_NICENESS\fR = \fI[number]\fR
The value of this variable will be added to the current nice level that
emerge is running at. In other words, this will not set the nice level,