From 1952310ee9a72a863c8d92ff57ff9d3b75faf7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 25 Feb 2026 15:52:48 +0100 Subject: [PATCH] llvm-core/llvm: Add keywords to 22.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- llvm-core/llvm/llvm-22.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm-core/llvm/llvm-22.1.0.ebuild b/llvm-core/llvm/llvm-22.1.0.ebuild index a1e9c8506d73d..5ecd28f5a89c7 100644 --- a/llvm-core/llvm/llvm-22.1.0.ebuild +++ b/llvm-core/llvm/llvm-22.1.0.ebuild @@ -19,8 +19,9 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos" IUSE=" - +binutils-plugin +debug debuginfod doc exegesis libedit +libffi + +binutils-plugin debug debuginfod doc exegesis libedit +libffi test xml z3 zstd " RESTRICT="!test? ( test )"