commit: 20d1b7a74839b3bf6e15787129e4555e5ae8c2df
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 17:34:17 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon May 18 17:35:14 2020 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=20d1b7a7
config/{amd64,x86}-auto.conf: enable kerncache again
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
config/amd64-auto.conf | 2 +-
config/x86-auto.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf
index 907d51d7..20f1a874 100644
--- a/config/amd64-auto.conf
+++ b/config/amd64-auto.conf
@@ -1,6 +1,6 @@
sharedir="/usr/share/catalyst"
shdir="%(sharedir)s/targets"
-options="autoresume bindist pkgcache preserve_libs seedcache snapcache"
+options="autoresume bindist kerncache pkgcache preserve_libs seedcache
snapcache"
portdir="/release/trees/portage-auto"
distdir="/release/tmp/distfiles"
storedir="/release/buildroot/amd64-dev"
diff --git a/config/x86-auto.conf b/config/x86-auto.conf
index 9c70f60a..a782f0f4 100644
--- a/config/x86-auto.conf
+++ b/config/x86-auto.conf
@@ -1,6 +1,6 @@
sharedir="/usr/share/catalyst"
shdir="%(sharedir)s/targets"
-options="autoresume bindist pkgcache preserve_libs seedcache snapcache"
+options="autoresume bindist kerncache pkgcache preserve_libs seedcache
snapcache"
portdir="/release/trees/portage-auto"
distdir="/release/tmp/distfiles"
storedir="/release/buildroot/x86-dev"