commit: b334f1304d34d7515397bbac1cfce69f21d55f52 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 5 10:01:23 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 5 10:12:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b334f130
llvm-core/llvm: Add keywords to 20.1.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> llvm-core/llvm/llvm-20.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm-core/llvm/llvm-20.1.0.ebuild b/llvm-core/llvm/llvm-20.1.0.ebuild index 6db3abfbcc5f..79a64890903b 100644 --- a/llvm-core/llvm/llvm-20.1.0.ebuild +++ b/llvm-core/llvm/llvm-20.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 ~amd64-linux ~arm64-macos ~ppc-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 )"
