diff options
author | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2024-01-27 00:05:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-28 08:55:38 +0000 |
commit | 6ecad4bb214700c473eb0446e647e969aa121d45 (patch) | |
tree | 7298935a46d2081d0894997adf0e8c7597ed76c3 /sys-libs/libcxxabi | |
parent | sys-devel/llvm-toolchain-symlinks: keyword ~arm64-macos (diff) | |
download | gentoo-6ecad4bb214700c473eb0446e647e969aa121d45.tar.gz gentoo-6ecad4bb214700c473eb0446e647e969aa121d45.tar.bz2 gentoo-6ecad4bb214700c473eb0446e647e969aa121d45.zip |
sys-libs/libcxxabi: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/758167
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libcxxabi')
-rw-r--r-- | sys-libs/libcxxabi/libcxxabi-16.0.6.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libcxxabi/libcxxabi-17.0.6.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libcxxabi/libcxxabi-16.0.6.ebuild b/sys-libs/libcxxabi/libcxxabi-16.0.6.ebuild index 3cb62cfef440..b9dcfb43e585 100644 --- a/sys-libs/libcxxabi/libcxxabi-16.0.6.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-16.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ HOMEPAGE="https://libcxxabi.llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ~riscv sparc x86 ~x64-macos" +KEYWORDS="amd64 arm arm64 ~loong ~riscv sparc x86 ~arm64-macos ~x64-macos" IUSE="+clang +static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" diff --git a/sys-libs/libcxxabi/libcxxabi-17.0.6.ebuild b/sys-libs/libcxxabi/libcxxabi-17.0.6.ebuild index 0d2dccaa2a67..208f0034bf66 100644 --- a/sys-libs/libcxxabi/libcxxabi-17.0.6.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-17.0.6.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://libcxxabi.llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~riscv ~sparc x86 ~x64-macos" +KEYWORDS="amd64 ~arm arm64 ~loong ~riscv ~sparc x86 ~arm64-macos ~x64-macos" IUSE="+clang +static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |