diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 18:49:00 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 18:51:45 +0300 |
commit | e06fe9a887234c6efe4b879ec38a92b9a1d7dea5 (patch) | |
tree | e1aba03d12d0341039b83b8796ccc3ab786adff0 /sys-libs/libcxx | |
parent | sys-devel/clang: Stabilize 16.0.6 amd64, #908385 (diff) | |
download | gentoo-e06fe9a887234c6efe4b879ec38a92b9a1d7dea5.tar.gz gentoo-e06fe9a887234c6efe4b879ec38a92b9a1d7dea5.tar.bz2 gentoo-e06fe9a887234c6efe4b879ec38a92b9a1d7dea5.zip |
sys-libs/libcxx: Stabilize 16.0.6 amd64, #908385
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/libcxx')
-rw-r--r-- | sys-libs/libcxx/libcxx-16.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-16.0.6.ebuild b/sys-libs/libcxx/libcxx-16.0.6.ebuild index ca63d06247bb..3b632f1b31ab 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 ~x64-macos" IUSE="+clang +libcxxabi static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |