Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/64ul/
Date: Tue, 27 Aug 2019 05:33:52
Message-Id: 1566884018.0a357ed2fd9438f45d20092da2ba0cca5e9e14f9.mattst88@gentoo
1 commit: 0a357ed2fd9438f45d20092da2ba0cca5e9e14f9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 27 05:32:34 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 27 05:33:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a357ed2
7
8 profiles/sparc: Drop ARCH="sparc64"
9
10 We just want "sparc" keywords to control things even with 64-bit
11 userland.
12
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 profiles/arch/sparc/64ul/make.defaults | 3 ---
16 1 file changed, 3 deletions(-)
17
18 diff --git a/profiles/arch/sparc/64ul/make.defaults b/profiles/arch/sparc/64ul/make.defaults
19 index a95a9940560..f9d3de3e5b9 100644
20 --- a/profiles/arch/sparc/64ul/make.defaults
21 +++ b/profiles/arch/sparc/64ul/make.defaults
22 @@ -1,9 +1,6 @@
23 # Copyright 2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -ARCH="sparc64"
27 -ACCEPT_KEYWORDS="sparc"
28 -
29 MULTILIB_ABIS="sparc64"
30 DEFAULT_ABI="sparc64"
31 ABI="${DEFAULT_ABI}"