commit: 7e3e831cc4c8ec2f446aec9613d8c29bd0c59dd9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 5 10:01:36 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 5 10:12:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3e831c
llvm-runtimes/compiler-rt: Add keywords to 20.1.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> llvm-runtimes/compiler-rt/compiler-rt-20.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm-runtimes/compiler-rt/compiler-rt-20.1.0.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-20.1.0.ebuild index c3b2eb0428cd..c097d0a39f93 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-20.1.0.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-20.1.0.ebuild @@ -12,7 +12,8 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="${LLVM_MAJOR}" -IUSE="+abi_x86_32 abi_x86_64 +atomic-builtins +clang +debug test" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" +IUSE="+abi_x86_32 abi_x86_64 +atomic-builtins +clang debug test" REQUIRED_USE="atomic-builtins? ( clang )" RESTRICT="!test? ( test ) !clang? ( test )"
