Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Fri, 04 Jan 2019 16:44:25
Message-Id: 1546620238.fecc01022071641a3829a80774278a0e260fc048.bkohler@gentoo
1 commit: fecc01022071641a3829a80774278a0e260fc048
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 4 16:43:58 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 4 16:43:58 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=fecc0102
7
8 catalyst-auto-sparc64.conf: fix ARCH
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 tools/catalyst-auto-sparc64.conf | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
16 index abbfb082..8e9c9a35 100644
17 --- a/tools/catalyst-auto-sparc64.conf
18 +++ b/tools/catalyst-auto-sparc64.conf
19 @@ -1,7 +1,7 @@
20 # This is the config file for the catalyst-auto script. It should be pretty
21 # self-explanatory.
22
23 -ARCH="amd64"
24 +ARCH="sparc"
25 TYPE="auto"
26 host="$(hostname)"