diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-02 10:03:27 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-02 10:03:27 +0200 |
commit | 3526e29e168d2ffa853541f4482c4cf5d2f03234 (patch) | |
tree | ecf02c6219f2bd39d102f424f7e1cde6ec138330 /sys-libs/libcxx | |
parent | sys-devel/clang: Stabilize 15.0.5 amd64, #881855 (diff) | |
download | gentoo-3526e29e168d2ffa853541f4482c4cf5d2f03234.tar.gz gentoo-3526e29e168d2ffa853541f4482c4cf5d2f03234.tar.bz2 gentoo-3526e29e168d2ffa853541f4482c4cf5d2f03234.zip |
sys-libs/libcxx: Stabilize 15.0.5 amd64, #881855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/libcxx')
-rw-r--r-- | sys-libs/libcxx/libcxx-15.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-15.0.5.ebuild b/sys-libs/libcxx/libcxx-15.0.5.ebuild index 2cad4114eeaf..c8fdfd561485 100644 --- a/sys-libs/libcxx/libcxx-15.0.5.ebuild +++ b/sys-libs/libcxx/libcxx-15.0.5.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 ~riscv sparc ~x86 ~x64-macos" +KEYWORDS="amd64 arm arm64 ~riscv sparc ~x86 ~x64-macos" IUSE="+clang +libcxxabi static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |