commit: 0ea8bc7c29f71ddfcbf0dc318e08023a9fb37d0e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Aug 26 19:24:33 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Aug 26 19:38:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea8bc7c
llvm-runtimes/compiler-rt-sanitizers: Keyword 21.1.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../compiler-rt-sanitizers/compiler-rt-sanitizers-21.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-21.1.0.ebuild b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-21.1.0.ebuild index e0bba032ceec..4c58ed55d3ee 100644 --- a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-21.1.0.ebuild +++ b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-21.1.0.ebuild @@ -11,7 +11,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 +clang +debug test" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos ~x64-macos" +IUSE="+abi_x86_32 abi_x86_64 +clang debug test" # base targets IUSE+=" +ctx-profile +libfuzzer +memprof +orc +profile +xray" # sanitizer targets, keep in sync with config-ix.cmake
