diff options
author | Sam James <sam@gentoo.org> | 2024-01-12 09:22:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-12 09:22:18 +0000 |
commit | bc601826c4ed27f04485eb241d0280d3564c7bb0 (patch) | |
tree | 4e1f8db1a892768fa1d6c9837030e1e8de5d9673 /sys-libs/libomp | |
parent | sys-libs/compiler-rt: Stabilize 17.0.6 amd64, #920044 (diff) | |
download | gentoo-bc601826c4ed27f04485eb241d0280d3564c7bb0.tar.gz gentoo-bc601826c4ed27f04485eb241d0280d3564c7bb0.tar.bz2 gentoo-bc601826c4ed27f04485eb241d0280d3564c7bb0.zip |
sys-libs/libomp: Stabilize 17.0.6 amd64, #920044
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libomp')
-rw-r--r-- | sys-libs/libomp/libomp-17.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libomp/libomp-17.0.6.ebuild b/sys-libs/libomp/libomp-17.0.6.ebuild index 8bb70d304c34..5448cab64398 100644 --- a/sys-libs/libomp/libomp-17.0.6.ebuild +++ b/sys-libs/libomp/libomp-17.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ HOMEPAGE="https://openmp.llvm.org" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0/${LLVM_SOABI}" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos" IUSE=" debug gdb-plugin hwloc offload ompt test llvm_targets_AMDGPU llvm_targets_NVPTX |