diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-25 11:00:16 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-25 11:00:16 +0200 |
commit | b8b39f930747354079976e9af050f90b1b789812 (patch) | |
tree | c96d57429af38ecacafcded65a78f30b04d7636f /sys-libs/libcxx | |
parent | sys-devel/clang: Stabilize 15.0.5 arm64, #881855 (diff) | |
download | gentoo-b8b39f930747354079976e9af050f90b1b789812.tar.gz gentoo-b8b39f930747354079976e9af050f90b1b789812.tar.bz2 gentoo-b8b39f930747354079976e9af050f90b1b789812.zip |
sys-libs/libcxx: Stabilize 15.0.5 arm64, #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 92d3ede4f699..3dd73c28029b 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 )" |