commit: ffcab12b58c7d8ab8d294642725a4d16fd42a4c7 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 25 14:52:54 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 15:07:41 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcab12b
llvm-runtimes/compiler-rt: Add keywords to 22.x Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> llvm-runtimes/compiler-rt/compiler-rt-22.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm-runtimes/compiler-rt/compiler-rt-22.1.0.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-22.1.0.ebuild index 2284ad2b43d9..d5ee73a99f9b 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-22.1.0.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-22.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 ~arm64-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 )"
