commit: 793ad8ad04af7d6a7bcb86dc81efca41d44263dc Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 20 20:13:26 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Mar 20 20:16:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793ad8ad
profiles/arch/s390/s390x: unmask sys-libs/libunwind sys-libs/libunwind can't work on s390, but it works nicely on s390x Bug: https://bugs.gentoo.org/779730 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> profiles/arch/s390/s390x/package.mask | 6 ++++++ profiles/arch/s390/s390x/use.mask | 3 +++ 2 files changed, 9 insertions(+) diff --git a/profiles/arch/s390/s390x/package.mask b/profiles/arch/s390/s390x/package.mask new file mode 100644 index 000000000000..e8b44399b15a --- /dev/null +++ b/profiles/arch/s390/s390x/package.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Arthur Zamarin <[email protected]> (2022-03-20) +# sys-libs/libunwind works on s390x +-sys-libs/libunwind diff --git a/profiles/arch/s390/s390x/use.mask b/profiles/arch/s390/s390x/use.mask index a85334605169..aef62659bd5d 100644 --- a/profiles/arch/s390/s390x/use.mask +++ b/profiles/arch/s390/s390x/use.mask @@ -1,3 +1,6 @@ # Switch ABI flags for this arch. abi_s390_32 -abi_s390_64 + +# sys-libs/libunwind is keyworded on s390x +unwind
