From 2a33cd360671f989829d579dd5821e0839f984db Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 28 Dec 2022 07:07:01 +0000 Subject: [PATCH] Set binpkg compression to zstd. --- portage/make.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portage/make.conf b/portage/make.conf index a0f9c2e..a5f81e9 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -3,7 +3,7 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 2.5.0.13 +# Version: 2.6.0.14 # System @@ -24,6 +24,7 @@ LC_MESSAGES=C GENTOO_MIRRORS="rsync://mirror.bytemark.co.uk/gentoo/ rsync://rsync.mirrorservice.org/sites/distfiles.gentoo.org/ rsync://mirror.init7.net/gentoo/ rsync://ftp.iij.ad.jp/pub/linux/gentoo/ rsync://ftp.jaist.ac.jp/pub/Linux/gentoo/" ## Emerge +BINPKG_COMPRESS="zstd" CLEAN_DELAY="10" EMERGE_DEFAULT_OPTS="--ask --jobs 1 --load-average 5 --verbose" FEATURES="buildpkg ipc-sandbox network-sandbox pid-sandbox sandbox"