From 50daef1ab961c42a3352281e915da5a89297e3a9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 30 Aug 2010 20:55:11 -0700 Subject: 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. --- man/make.conf.5 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'man') 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. -- cgit v1.2.3-1-g7c22