commit: c3d33eb1bbd55236932a276f0ea735ed96814df5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 5 10:01:28 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 5 10:12:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d33eb1
llvm-core/clang: Add keywords to 20.1.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> llvm-core/clang/clang-20.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm-core/clang/clang-20.1.0.ebuild b/llvm-core/clang/clang-20.1.0.ebuild index 67e6515db8b5..5966f8deb0be 100644 --- a/llvm-core/clang/clang-20.1.0.ebuild +++ b/llvm-core/clang/clang-20.1.0.ebuild @@ -16,7 +16,8 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -IUSE="+debug doc +extra ieee-long-double +pie +static-analyzer test xml" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos" +IUSE="debug doc +extra ieee-long-double +pie +static-analyzer test xml" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )"
