commit: c0a152b9ed4a0c0ad9acb7654b2c755bc77dd6d6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 5 10:01:26 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 5 10:12:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a152b9
dev-ml/llvm: Add keywords to 20.1.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-ml/llvm/llvm-20.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/llvm/llvm-20.1.0.ebuild b/dev-ml/llvm/llvm-20.1.0.ebuild index bacc5c89fa79..2f25336b3337 100644 --- a/dev-ml/llvm/llvm-20.1.0.ebuild +++ b/dev-ml/llvm/llvm-20.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="
