From ed990a5fba961536bd8225b9e068df1a226a27d9 Mon Sep 17 00:00:00 2001 From: John Helmert III Date: Sun, 17 Dec 2023 14:10:04 -0800 Subject: [PATCH] roles/portage: use gpkg, compressed with xz Signed-off-by: John Helmert III --- roles/portage/files/x86_64/make.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/portage/files/x86_64/make.conf b/roles/portage/files/x86_64/make.conf index 4a6a4a1..bc810d2 100644 --- a/roles/portage/files/x86_64/make.conf +++ b/roles/portage/files/x86_64/make.conf @@ -11,6 +11,8 @@ FFLAGS="${COMMON_FLAGS}" FEATURES="buildpkg pkgdir-index-trusted" PORTAGE_BINHOST="https://binhost.ajak.xyz/x86-64/" EMERGE_DEFAULT_OPTS="--quiet=y" +BINPKG_FORMAT="gpkg" +BINPKG_COMPRESS="xz" PORTDIR="/var/db/repos/gentoo" DISTDIR="/var/cache/distfiles"