diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 18:50:05 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 18:52:01 +0300 |
commit | fa8253882d6f9806ca56ffd673263a11c6a40c8b (patch) | |
tree | 2a6a40759aba8015376573507359eba80e8dd085 /sys-libs | |
parent | sys-libs/llvm-libunwind: Stabilize 16.0.6 x86, #908385 (diff) | |
download | gentoo-fa8253882d6f9806ca56ffd673263a11c6a40c8b.tar.gz gentoo-fa8253882d6f9806ca56ffd673263a11c6a40c8b.tar.bz2 gentoo-fa8253882d6f9806ca56ffd673263a11c6a40c8b.zip |
sys-libs/libcxxabi: Stabilize 16.0.6 x86, #908385
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcxxabi/libcxxabi-16.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxxabi/libcxxabi-16.0.6.ebuild b/sys-libs/libcxxabi/libcxxabi-16.0.6.ebuild index a96258839879..5537c1f70de2 100644 --- a/sys-libs/libcxxabi/libcxxabi-16.0.6.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-16.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 ~x64-macos" IUSE="+clang static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |