commit: ab50fbb062c957f1726138e892c81932ebeabee1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 5 21:31:54 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 5 22:18:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab50fbb0
profiles/arch/s390: add ACCEPT_KEYWORDS="~s390" in profile We're dropping s390 to ~s390 (i.e. testing/unstable). Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/s390/make.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/arch/s390/make.defaults b/profiles/arch/s390/make.defaults index 97f32f2a91f..fc8cc4a4520 100644 --- a/profiles/arch/s390/make.defaults +++ b/profiles/arch/s390/make.defaults @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ARCH="s390" -ACCEPT_KEYWORDS="s390" +ACCEPT_KEYWORDS="s390 ~s390" MULTILIB_ABIS="s390" DEFAULT_ABI="s390"
