diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-25 21:33:45 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-25 21:33:45 +0200 |
commit | a11bbc4d89813afd7eefc105cc4392d5ea4a0a8b (patch) | |
tree | a723fe36bf09e8416e034ac39f5b8c280f5e881a /sys-libs | |
parent | sys-devel/clang: Stabilize 15.0.7-r1 arm64, #891893 (diff) | |
download | gentoo-a11bbc4d89813afd7eefc105cc4392d5ea4a0a8b.tar.gz gentoo-a11bbc4d89813afd7eefc105cc4392d5ea4a0a8b.tar.bz2 gentoo-a11bbc4d89813afd7eefc105cc4392d5ea4a0a8b.zip |
sys-libs/libcxx: Stabilize 15.0.7 arm64, #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 82e7a0b87e50..2c4d2841dd23 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 )" |