diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-26 20:10:12 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-26 20:10:12 +0300 |
commit | a3acc37deccf2d05378ee0d06d1d2ffc6eb699ea (patch) | |
tree | ee67c50b23599d648865440a1c56a4642b17475f /sys-libs/libomp | |
parent | sys-libs/libcxxabi: Stabilize 15.0.3 arm64, #878087 (diff) | |
download | gentoo-a3acc37deccf2d05378ee0d06d1d2ffc6eb699ea.tar.gz gentoo-a3acc37deccf2d05378ee0d06d1d2ffc6eb699ea.tar.bz2 gentoo-a3acc37deccf2d05378ee0d06d1d2ffc6eb699ea.zip |
sys-libs/libomp: Stabilize 15.0.3 arm64, #878087
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/libomp')
-rw-r--r-- | sys-libs/libomp/libomp-15.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-15.0.3.ebuild b/sys-libs/libomp/libomp-15.0.3.ebuild index b172775e1370..35098e19d028 100644 --- a/sys-libs/libomp/libomp-15.0.3.ebuild +++ b/sys-libs/libomp/libomp-15.0.3.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 |