commit: f79267d1f6abc975572a75896b437f3bebd7637f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 5 10:01:42 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 5 10:13:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79267d1
llvm-runtimes/openmp: Add keywords to 20.1.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> llvm-runtimes/openmp/openmp-20.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm-runtimes/openmp/openmp-20.1.0.ebuild b/llvm-runtimes/openmp/openmp-20.1.0.ebuild index 6a485191767b..cbd2a6293498 100644 --- a/llvm-runtimes/openmp/openmp-20.1.0.ebuild +++ b/llvm-runtimes/openmp/openmp-20.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 ~amd64-linux ~x64-macos" +IUSE="debug gdb-plugin hwloc ompt test" REQUIRED_USE=" gdb-plugin? ( ${PYTHON_REQUIRED_USE} ) "
