diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 21:31:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:18:22 +0000 |
commit | ab50fbb062c957f1726138e892c81932ebeabee1 (patch) | |
tree | 87023277605c55da57b1562b47f5cc9cc52a4d76 /profiles/arch | |
parent | x11-wm/twm: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-ab50fbb062c957f1726138e892c81932ebeabee1.tar.gz gentoo-ab50fbb062c957f1726138e892c81932ebeabee1.tar.bz2 gentoo-ab50fbb062c957f1726138e892c81932ebeabee1.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/s390/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/arch/s390/make.defaults b/profiles/arch/s390/make.defaults index 97f32f2a91fa..fc8cc4a45203 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" |