commit: 6c8f3274228cc86f22e1ca034aa78b79fdc11831 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 25 14:52:56 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 15:07:43 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8f3274
llvm-runtimes/openmp: Add keywords to 22.x Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> llvm-runtimes/openmp/openmp-22.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm-runtimes/openmp/openmp-22.1.0.ebuild b/llvm-runtimes/openmp/openmp-22.1.0.ebuild index 0b865355f210..1587761ecc37 100644 --- a/llvm-runtimes/openmp/openmp-22.1.0.ebuild +++ b/llvm-runtimes/openmp/openmp-22.1.0.ebuild @@ -11,7 +11,8 @@ HOMEPAGE="https://openmp.llvm.org" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0/${LLVM_SOABI}" -IUSE="+debug gdb-plugin hwloc ompt test" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~x86 ~x64-macos" +IUSE="debug gdb-plugin hwloc ompt test" REQUIRED_USE=" gdb-plugin? ( ${PYTHON_REQUIRED_USE} ) "
