diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-24 21:04:38 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-24 21:04:38 +0200 |
commit | 1cd82e10d009d25b8dfb93ac0b27495f26058903 (patch) | |
tree | 98c8ec4fbf1a840d9366541996d9b5bc03aed3ab /sys-libs | |
parent | sys-libs/llvm-libunwind: Stabilize 15.0.7 ppc64, #891893 (diff) | |
download | gentoo-1cd82e10d009d25b8dfb93ac0b27495f26058903.tar.gz gentoo-1cd82e10d009d25b8dfb93ac0b27495f26058903.tar.bz2 gentoo-1cd82e10d009d25b8dfb93ac0b27495f26058903.zip |
sys-libs/libomp: Stabilize 15.0.7 ppc64, #891893
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libomp/libomp-15.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-15.0.7.ebuild b/sys-libs/libomp/libomp-15.0.7.ebuild index 08909a7c65ac..40d57075a2fc 100644 --- a/sys-libs/libomp/libomp-15.0.7.ebuild +++ b/sys-libs/libomp/libomp-15.0.7.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 |