diff options
author | 2021-04-05 16:50:44 +0000 | |
---|---|---|
committer | 2021-04-05 16:52:56 +0000 | |
commit | 62ab533203a51c085f14376f2849f4140971f438 (patch) | |
tree | 65689b79664e3b8ccd536c78c336c30bea156849 /sys-libs | |
parent | sys-libs/libcxxabi: Stabilize 11.1.0 arm64, #777282 (diff) | |
download | gentoo-62ab533203a51c085f14376f2849f4140971f438.tar.gz gentoo-62ab533203a51c085f14376f2849f4140971f438.tar.bz2 gentoo-62ab533203a51c085f14376f2849f4140971f438.zip |
sys-libs/libomp: Stabilize 11.1.0 arm64, #777282
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libomp/libomp-11.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-11.1.0.ebuild b/sys-libs/libomp/libomp-11.1.0.ebuild index 3ab69d41fb29..6706c0daa20f 100644 --- a/sys-libs/libomp/libomp-11.1.0.ebuild +++ b/sys-libs/libomp/libomp-11.1.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://openmp.llvm.org" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x64-macos" +KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x64-macos" IUSE="cuda hwloc kernel_linux offload ompt test" # CUDA works only with the x86_64 ABI REQUIRED_USE="offload? ( cuda? ( abi_x86_64 ) )" |