Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: config/
Date: Fri, 11 Oct 2019 16:19:53
Message-Id: 1570810663.f8c818cefc73c6977ceecbd385330d06896d1956.bkohler@gentoo
1 commit: f8c818cefc73c6977ceecbd385330d06896d1956
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 11 16:17:43 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 11 16:17:43 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=f8c818ce
7
8 sparc-auto.conf: move to new portage paths
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 config/sparc-auto.conf | 18 +++++++++---------
13 1 file changed, 9 insertions(+), 9 deletions(-)
14
15 diff --git a/config/sparc-auto.conf b/config/sparc-auto.conf
16 index b62a3f83..ad990f23 100644
17 --- a/config/sparc-auto.conf
18 +++ b/config/sparc-auto.conf
19 @@ -1,16 +1,16 @@
20 -repo_basedir="/usr"
21 -repo_name="portage"
22 -target_distdir="/usr/portage/distfiles"
23 -target_pkgdir="/usr/portage/packages"
24 -distdir="/release/tmp/distfiles"
25 -portdir="/release/trees/portage-auto"
26 -options="bindist kerncache pkgcache preserve_libs"
27 sharedir="/usr/share/catalyst"
28 -shdir="/usr/share/catalyst/targets"
29 +shdir="%(sharedir)s/targets"
30 +options="autoresume bindist pkgcache preserve_libs seedcache snapcache"
31 +portdir="/release/trees/portage-auto"
32 +distdir="/release/tmp/distfiles"
33 storedir="/release/buildroot/sparc-dev"
34 snapshot_cache="/release/tmp/snapshots"
35 envscript="/etc/catalyst/local/host.env"
36 +source_matching="loose"
37 hash_function="crc32"
38 digests="sha512 whirlpool"
39 contents="auto"
40 -source_matching="loose"
41 +repo_basedir="/var/db/repos"
42 +repo_name="gentoo"
43 +target_distdir="/var/cache/distfiles"
44 +target_pkgdir="/var/cache/binpkgs"