aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-07-30 13:36:14 -0700
committerZac Medico <zmedico@gentoo.org>2017-07-30 13:49:40 -0700
commit2c7d38b9512609f6828cbba1066f2b3b2d9144bf (patch)
treed1631cbe0a08e806eb5749aba8ff09fd1a8fda81 /man/make.conf.5
parentconfig.validate: check for invalid BINPKG_COMPRESSION (diff)
downloadportage-2c7d38b9512609f6828cbba1066f2b3b2d9144bf.tar.gz
portage-2c7d38b9512609f6828cbba1066f2b3b2d9144bf.tar.bz2
portage-2c7d38b9512609f6828cbba1066f2b3b2d9144bf.zip
Rename BINPKG_COMPRESSION{,_ARGS} to BINPKG_COMPRESS{,_FLAGS}
This is more consistent with the names of the existing PORTAGE_COMPRESS* variables. Suggested-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.510
1 files changed, 5 insertions, 5 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 8e0d04967..65c18cc6d 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -110,7 +110,7 @@ ACCEPT_RESTRICT="*"
ACCEPT_RESTRICT="* -bindist"
.fi
.TP
-\fBBINPKG_COMPRESSION\fR = \fI"compression"\fR
+\fBBINPKG_COMPRESS\fR = \fI"compression"\fR
This variable is used to determine the compression used for \fIbinary
packages\fR. Supported settings and compression algorithms are: bzip2, gzip,
lz4, lzip, lzop, xz, zstd.
@@ -120,19 +120,19 @@ Defaults to "bzip2".
.I Example:
.nf
# Set it to use lz4:
-BINPKG_COMPRESSION="lz4"
+BINPKG_COMPRESS="lz4"
.fi
.TP
-\fBBINPKG_COMPRESSION_ARGS\fR = \fI"arguments for compression command"\fR
+\fBBINPKG_COMPRESS_FLAGS\fR = \fI"arguments for compression command"\fR
This variable is used to add additional arguments to the compression command
-selected by \fBBINPKG_COMPRESSION\fR.
+selected by \fBBINPKG_COMPRESS\fR.
.br
Defaults to "".
.br
.I Example:
.nf
# Set it to use compression level 9:
-BINPKG_COMPRESSION_ARGS="-9"
+BINPKG_COMPRESS_FLAGS="-9"
.fi
.TP
.B CBUILD