diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-25 21:33:36 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-25 21:33:36 +0200 |
commit | ebac248de51e319ca1a94676593c8596ccfc50be (patch) | |
tree | a3e138c60a0f36b9da11078717d77bccc555461b /sys-libs | |
parent | sys-devel/clang: Stabilize 15.0.7-r1 amd64, #891893 (diff) | |
download | gentoo-ebac248de51e319ca1a94676593c8596ccfc50be.tar.gz gentoo-ebac248de51e319ca1a94676593c8596ccfc50be.tar.bz2 gentoo-ebac248de51e319ca1a94676593c8596ccfc50be.zip |
sys-libs/libcxx: Stabilize 15.0.7 amd64, #891893
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcxx/libcxx-15.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-15.0.7.ebuild b/sys-libs/libcxx/libcxx-15.0.7.ebuild index f90ba36172df..82e7a0b87e50 100644 --- a/sys-libs/libcxx/libcxx-15.0.7.ebuild +++ b/sys-libs/libcxx/libcxx-15.0.7.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 )" |