diff options
author | Sam James <sam@gentoo.org> | 2024-01-12 09:22:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-12 09:22:25 +0000 |
commit | 5f7f2bcc1d6ab4818a802139b1999d7a7faa3a6a (patch) | |
tree | 2575a91b9319930cf689355ed12f53e74e0bebda /sys-libs/libcxxabi | |
parent | sys-devel/clang-runtime: Stabilize 17.0.6 amd64, #920044 (diff) | |
download | gentoo-5f7f2bcc1d6ab4818a802139b1999d7a7faa3a6a.tar.gz gentoo-5f7f2bcc1d6ab4818a802139b1999d7a7faa3a6a.tar.bz2 gentoo-5f7f2bcc1d6ab4818a802139b1999d7a7faa3a6a.zip |
sys-libs/libcxxabi: Stabilize 17.0.6 amd64, #920044
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libcxxabi')
-rw-r--r-- | sys-libs/libcxxabi/libcxxabi-17.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libcxxabi/libcxxabi-17.0.6.ebuild b/sys-libs/libcxxabi/libcxxabi-17.0.6.ebuild index ebcd22d2291b..9b18b8949ae3 100644 --- a/sys-libs/libcxxabi/libcxxabi-17.0.6.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-17.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 ~x64-macos" IUSE="+clang +static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |