diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-22 09:50:21 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-22 09:50:21 +0200 |
commit | 4879621c3f8f1c85aad4f76c2d4deca6e3d5b69a (patch) | |
tree | 2ea34c8260f36a3a84e515b103ed4188bf4edbce /sys-libs/libomp | |
parent | sys-libs/llvm-libunwind: Stabilize 15.0.5 ppc64, #881855 (diff) | |
download | gentoo-4879621c3f8f1c85aad4f76c2d4deca6e3d5b69a.tar.gz gentoo-4879621c3f8f1c85aad4f76c2d4deca6e3d5b69a.tar.bz2 gentoo-4879621c3f8f1c85aad4f76c2d4deca6e3d5b69a.zip |
sys-libs/libomp: Stabilize 15.0.5 ppc64, #881855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/libomp')
-rw-r--r-- | sys-libs/libomp/libomp-15.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-15.0.5.ebuild b/sys-libs/libomp/libomp-15.0.5.ebuild index b172775e1370..4c60f877c623 100644 --- a/sys-libs/libomp/libomp-15.0.5.ebuild +++ b/sys-libs/libomp/libomp-15.0.5.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://openmp.llvm.org" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0/${LLVM_SOABI}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos" IUSE=" debug hwloc offload ompt test llvm_targets_AMDGPU llvm_targets_NVPTX |