commit: fc778ca758d31bd72ac2d5bc59a7b654fb976237 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Aug 26 19:24:21 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Aug 26 19:38:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc778ca7
dev-ml/llvm: Keyword 21.1.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-ml/llvm/llvm-21.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/llvm/llvm-21.1.0.ebuild b/dev-ml/llvm/llvm-21.1.0.ebuild index e28a14abee10..4d3b686b16cf 100644 --- a/dev-ml/llvm/llvm-21.1.0.ebuild +++ b/dev-ml/llvm/llvm-21.1.0.ebuild @@ -11,7 +11,8 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${PV}" -IUSE="+debug test" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="debug test" RESTRICT="!test? ( test )" RDEPEND="
