diff options
author | 2022-10-26 22:21:06 +0300 | |
---|---|---|
committer | 2022-10-26 22:21:06 +0300 | |
commit | e591f94330fe490daa13e09f13d37dcdb143f6e4 (patch) | |
tree | a86fbc11ed7e3e92e8f0638d5cc480d94f1c9735 /sys-libs/libomp | |
parent | sys-libs/llvm-libunwind: Stabilize 15.0.3 ppc64, #878087 (diff) | |
download | gentoo-e591f94330fe490daa13e09f13d37dcdb143f6e4.tar.gz gentoo-e591f94330fe490daa13e09f13d37dcdb143f6e4.tar.bz2 gentoo-e591f94330fe490daa13e09f13d37dcdb143f6e4.zip |
sys-libs/libomp: Stabilize 15.0.3 ppc64, #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 35098e19d028..1522b7aa2bcd 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 |