summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2021-07-22 18:40:13 -0700
committerMatt Turner <mattst88@gmail.com>2021-07-22 18:40:13 -0700
commit3b4f4c138a163b0761009f4fa25d4072f04ebbd6 (patch)
tree67a065d115054e7c2ef8e91a60c46d3c24357f2c /base
parent373d1bf8c246c783fa35c544cb3e24032c022d51 (diff)
Switch to zstd for binpkgs
Diffstat (limited to 'base')
-rw-r--r--base/etc/portage/make.conf.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/etc/portage/make.conf.tmpl b/base/etc/portage/make.conf.tmpl
index a4760cb..70c95bf 100644
--- a/base/etc/portage/make.conf.tmpl
+++ b/base/etc/portage/make.conf.tmpl
@@ -12,7 +12,7 @@ LINGUAS="en en-US"
L10N="en en-US"
VIDEO_CARDS="{{ video_cards }}"
INPUT_DEVICES="libinput"
-BINPKG_COMPRESS="xz"
+BINPKG_COMPRESS="zstd"
PORTAGE_BZIP2_COMMAND="lbzip2"
GENTOO_MIRRORS="http://gentoo.osuosl.org/"
PORTAGE_BINHOST="https://mattst88.com/binpkgs/amd64/{{ arch }}"