summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <alexey+gentoo@asokolov.org>2024-02-07 00:19:40 +0000
committerSam James <sam@gentoo.org>2024-02-11 13:35:35 +0000
commit2e71e53b88d541466774f1c3c35fb3c6bcb2d7ff (patch)
tree131d27b88aed4b06c26e43394746496143e4ad6c /sys-libs/libcxx
parentsys-devel/clang-common: fixes for darwin (diff)
downloadgentoo-2e71e53b88d541466774f1c3c35fb3c6bcb2d7ff.tar.gz
gentoo-2e71e53b88d541466774f1c3c35fb3c6bcb2d7ff.tar.bz2
gentoo-2e71e53b88d541466774f1c3c35fb3c6bcb2d7ff.zip
sys-libs/libcxx: add ~arm64-macos keyword
Bug: https://bugs.gentoo.org/758167 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/35249 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libcxx')
-rw-r--r--sys-libs/libcxx/libcxx-16.0.6.ebuild2
-rw-r--r--sys-libs/libcxx/libcxx-17.0.6.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libcxx/libcxx-16.0.6.ebuild b/sys-libs/libcxx/libcxx-16.0.6.ebuild
index 88a95143ed66..f58235f01d4e 100644
--- a/sys-libs/libcxx/libcxx-16.0.6.ebuild
+++ b/sys-libs/libcxx/libcxx-16.0.6.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://libcxx.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 +libcxxabi +static-libs test"
REQUIRED_USE="test? ( clang )"
RESTRICT="!test? ( test )"
diff --git a/sys-libs/libcxx/libcxx-17.0.6.ebuild b/sys-libs/libcxx/libcxx-17.0.6.ebuild
index f29a3fe68fb4..6cc039d3ed8c 100644
--- a/sys-libs/libcxx/libcxx-17.0.6.ebuild
+++ b/sys-libs/libcxx/libcxx-17.0.6.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://libcxx.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 +libcxxabi +static-libs test"
REQUIRED_USE="test? ( clang )"
RESTRICT="!test? ( test )"