summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-30 20:55:11 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-30 20:55:11 -0700
commit50daef1ab961c42a3352281e915da5a89297e3a9 (patch)
tree8396db45ae2ec7ba70067f9b20c2ffedf92a9939 /man
parent74c61b80af137fea93e5cbe7b59567812bb92d5c (diff)
downloadportage-50daef1ab961c42a3352281e915da5a89297e3a9.tar.gz
portage-50daef1ab961c42a3352281e915da5a89297e3a9.tar.bz2
portage-50daef1ab961c42a3352281e915da5a89297e3a9.zip
Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND and
PORTAGE_BUNZIP2_COMMAND settings in make.conf. This only adds support for binary packages, since that's where pbzip2 can provide the most benefit in common cases.
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.510
1 files changed, 10 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index fb7ee85bb..71e9581ad 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -594,6 +594,16 @@ setting as the base URI.
This variable contains options to be passed to the tar command for creation
of binary packages.
.TP
+\fBPORTAGE_BUNZIP2_COMMAND\fR = \fI[bunzip2 command string]\fR
+This variable should contain a command that is suitable for portage to call
+for bunzip2 extraction operations.
+.TP
+\fBPORTAGE_BZIP2_COMMAND\fR = \fI[bzip2 command string]\fR
+This variable should contain a command that is suitable for portage to call
+for bzip2 compression operations. \fBPORTAGE_BZIP2_COMMAND\fR will also be
+called for extraction operation, with -d appended, unless the
+\fBPORTAGE_BUNZIP2_COMMAND\fR variable is set.
+.TP
\fBPORTAGE_COMPRESS\fR = \fI"bzip2"\fR
This variable contains the command used to compress documentation during the
install phase.