From f8c818cefc73c6977ceecbd385330d06896d1956 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Fri, 11 Oct 2019 11:17:43 -0500 Subject: [PATCH] sparc-auto.conf: move to new portage paths Signed-off-by: Ben Kohler --- config/sparc-auto.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config/sparc-auto.conf b/config/sparc-auto.conf index b62a3f83..ad990f23 100644 --- a/config/sparc-auto.conf +++ b/config/sparc-auto.conf @@ -1,16 +1,16 @@ -repo_basedir="/usr" -repo_name="portage" -target_distdir="/usr/portage/distfiles" -target_pkgdir="/usr/portage/packages" -distdir="/release/tmp/distfiles" -portdir="/release/trees/portage-auto" -options="bindist kerncache pkgcache preserve_libs" sharedir="/usr/share/catalyst" -shdir="/usr/share/catalyst/targets" +shdir="%(sharedir)s/targets" +options="autoresume bindist pkgcache preserve_libs seedcache snapcache" +portdir="/release/trees/portage-auto" +distdir="/release/tmp/distfiles" storedir="/release/buildroot/sparc-dev" snapshot_cache="/release/tmp/snapshots" envscript="/etc/catalyst/local/host.env" +source_matching="loose" hash_function="crc32" digests="sha512 whirlpool" contents="auto" -source_matching="loose" +repo_basedir="/var/db/repos" +repo_name="gentoo" +target_distdir="/var/cache/distfiles" +target_pkgdir="/var/cache/binpkgs"