Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/
Date: Sat, 08 Dec 2018 19:55:14
Message-Id: 1544298903.3a79e99e50f7a3e776138aac8983f4b5d89e4bf3.zlogene@gentoo
1 commit: 3a79e99e50f7a3e776138aac8983f4b5d89e4bf3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 8 19:54:36 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 19:55:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a79e99e
7
8 profiles/arch/s390: stop acceptin ~s390 by default
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 profiles/arch/s390/make.defaults | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/profiles/arch/s390/make.defaults b/profiles/arch/s390/make.defaults
16 index 476bb25aa01..aab19aa835d 100644
17 --- a/profiles/arch/s390/make.defaults
18 +++ b/profiles/arch/s390/make.defaults
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 ARCH="s390"
23 -ACCEPT_KEYWORDS="s390 ~s390"
24 +ACCEPT_KEYWORDS="s390"
25
26 MULTILIB_ABIS="s390"
27 DEFAULT_ABI="s390"