commit: a23713c93b04d03c304efbd44e1424fb6609d166 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 25 14:52:53 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 15:07:40 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23713c9
llvm-core/lld: Add keywords to 22.x Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> llvm-core/lld/lld-22.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm-core/lld/lld-22.1.0.ebuild b/llvm-core/lld/lld-22.1.0.ebuild index 2b07118a33b0..a78b3b3e3093 100644 --- a/llvm-core/lld/lld-22.1.0.ebuild +++ b/llvm-core/lld/lld-22.1.0.ebuild @@ -11,7 +11,8 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -IUSE="+debug test zstd" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos" +IUSE="debug test zstd" RESTRICT="!test? ( test )" DEPEND="
