summaryrefslogtreecommitdiff
path: root/llvm-runtimes/compiler-rt
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-08-26 21:24:32 +0200
committerMichał Górny <mgorny@gentoo.org>2025-08-26 21:38:18 +0200
commitb96d4381f865d41a9ee992fd77daff7877408c7f (patch)
treea6e74fb99a396627e83ded4e7bbf8b2c72b54237 /llvm-runtimes/compiler-rt
parentabb1432b1a83c5bd602a04bbad0ced6a2f7254aa (diff)
downloadgentoo-b96d4381f865d41a9ee992fd77daff7877408c7f.tar.gz
gentoo-b96d4381f865d41a9ee992fd77daff7877408c7f.tar.bz2
gentoo-b96d4381f865d41a9ee992fd77daff7877408c7f.zip
llvm-runtimes/compiler-rt: Keyword 21.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'llvm-runtimes/compiler-rt')
-rw-r--r--llvm-runtimes/compiler-rt/compiler-rt-21.1.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm-runtimes/compiler-rt/compiler-rt-21.1.0.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-21.1.0.ebuild
index 2a785527c374..6c839ff6db30 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-21.1.0.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-21.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 )"