From a084999f41c34ac214f97efb1f2de9b836c9dc0e Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 29 Dec 2022 03:15:27 +0000 Subject: [PATCH] Enable Portage metadata-transfer to sync metadata on each sync in order to ensure metadata is always up-to-date. --- portage/make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portage/make.conf b/portage/make.conf index 402456f..cb04c66 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.8.0.16 +# Version: 2.9.0.17 # System @@ -28,7 +28,7 @@ BINPKG_COMPRESS="zstd" BINPKG_COMPRESS_FLAGS="-7" CLEAN_DELAY="10" EMERGE_DEFAULT_OPTS="--ask --jobs 1 --load-average 5 --verbose" -FEATURES="buildpkg ipc-sandbox merge-sync network-sandbox pid-sandbox sandbox" +FEATURES="buildpkg ipc-sandbox merge-sync metadata-transfer network-sandbox pid-sandbox sandbox" MAKEOPTS="--jobs 4"