aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheng Yu <syu.os@protonmail.com>2022-10-15 00:09:01 -0400
committerSam James <sam@gentoo.org>2022-10-18 01:36:30 +0100
commite261ba845df7342eb72ee0ffb1ad84dabdd154a9 (patch)
treeb9102d17927aa978eecffb57b7575fb85932ef77 /man/make.conf.5
parentNEWS: mention BINPKG_FORMAT, gpkg man page improvements (diff)
downloadportage-e261ba845df7342eb72ee0ffb1ad84dabdd154a9.tar.gz
portage-e261ba845df7342eb72ee0ffb1ad84dabdd154a9.tar.bz2
portage-e261ba845df7342eb72ee0ffb1ad84dabdd154a9.zip
Add per format compression flags for binpkg
This added new config BINPKG_COMPRESS_FLAGS_[format] to be used for different compression method. General BINPKG_COMPRESS_FLAGS will be ignored if current method had specified BINPKG_COMPRESS_FLAGS_[format] e.g. BINPKG_COMPRESS_FLAGS_ZSTD="-9" Bug: https://bugs.gentoo.org/871573 Signed-off-by: Sheng Yu <syu.os@protonmail.com> Closes: https://github.com/gentoo/portage/pull/909 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.512
1 files changed, 12 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 11bcbe238..7f398c28e 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -141,6 +141,18 @@ Defaults to "".
BINPKG_COMPRESS_FLAGS="-9"
.fi
.TP
+\fBBINPKG_COMPRESS_FLAGS_[format]\fR = \fI"arguments for [format] compression \
+command"\fR
+This variable is used to add additional arguments only for the specified \
+[format] compression command selected by \fBBINPKG_COMPRESS\fR.
+\fBBINPKG_COMPRESS_FLAGS\fR will be ignored when using [format] compression.
+.br
+.I Example:
+.nf
+# Set only zstd to use compression level 9:
+BINPKG_COMPRESS_FLAGS_ZSTD="-9"
+.fi
+.TP
\fBBINPKG_GPG_SIGNING_BASE_COMMAND\fR = \fI"GPG command and arguments \
[PORTAGE_CONFIG]"\fR
The base command will be used for all signing operations.