From d9a97f35a2eee3bfe6bb4fbb46567b4b334ba4f0 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 22 Oct 2023 13:15:26 +0200 Subject: [PATCH] Extend xz compression to 9e --- make.conf/portage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.conf/portage b/make.conf/portage index 99616c5..60a331a 100644 --- a/make.conf/portage +++ b/make.conf/portage @@ -13,7 +13,7 @@ MAKEOPTS="-j7 -l8" # Format and compression. BINPKG_FORMAT="gpkg" PORTAGE_COMPRESS="xz" -PORTAGE_COMPRESS_FLAGS="-9 -T6 --memlimit-decompress=1500M" +PORTAGE_COMPRESS_FLAGS="-9e -T6 --memlimit-decompress=1500M" BINPKG_COMPRESS="${PORTAGE_COMPRESS}" BINPKG_COMPRESS_FLAGS="${PORTAGE_COMPRESS_FLAGS}"