diff options
author | 2024-03-06 17:37:36 +0100 | |
---|---|---|
committer | 2024-03-06 18:03:35 +0100 | |
commit | d517adda451eeec0ab30e7565872ee8bdaaaf646 (patch) | |
tree | a8ee33e9662aa794bae807e531023527ceb2959b /sys-libs/libcxx | |
parent | sys-libs/libcxxabi: Rekeyword 18.1.0 (diff) | |
download | gentoo-d517adda451eeec0ab30e7565872ee8bdaaaf646.tar.gz gentoo-d517adda451eeec0ab30e7565872ee8bdaaaf646.tar.bz2 gentoo-d517adda451eeec0ab30e7565872ee8bdaaaf646.zip |
sys-libs/libcxx: Rekeyword 18.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libcxx')
-rw-r--r-- | sys-libs/libcxx/libcxx-18.1.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/libcxx/libcxx-18.1.0.ebuild b/sys-libs/libcxx/libcxx-18.1.0.ebuild index c205f3f21b57..a6fca47e6c29 100644 --- a/sys-libs/libcxx/libcxx-18.1.0.ebuild +++ b/sys-libs/libcxx/libcxx-18.1.0.ebuild @@ -12,6 +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 ~arm64-macos ~x64-macos" IUSE="+clang +libcxxabi +static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |