commit: 3a79e99e50f7a3e776138aac8983f4b5d89e4bf3 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Dec 8 19:54:36 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Dec 8 19:55:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a79e99e
profiles/arch/s390: stop acceptin ~s390 by default Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> profiles/arch/s390/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/arch/s390/make.defaults b/profiles/arch/s390/make.defaults index 476bb25aa01..aab19aa835d 100644 --- a/profiles/arch/s390/make.defaults +++ b/profiles/arch/s390/make.defaults @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 ARCH="s390" -ACCEPT_KEYWORDS="s390 ~s390" +ACCEPT_KEYWORDS="s390" MULTILIB_ABIS="s390" DEFAULT_ABI="s390"
