diff options
author | Sam James <sam@gentoo.org> | 2020-11-16 21:03:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-16 21:03:04 +0000 |
commit | 4144df0b5b825b3179d78a25a3d711b82623e60c (patch) | |
tree | 2f7929dbf70ad487a249b20c534b89b2b7ef878b /sys-libs/libomp | |
parent | sys-libs/libcxx: Stabilize 11.0.0 arm64, #754744 (diff) | |
download | gentoo-4144df0b5b825b3179d78a25a3d711b82623e60c.tar.gz gentoo-4144df0b5b825b3179d78a25a3d711b82623e60c.tar.bz2 gentoo-4144df0b5b825b3179d78a25a3d711b82623e60c.zip |
sys-libs/libomp: Stabilize 11.0.0 arm64, #754744
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libomp')
-rw-r--r-- | sys-libs/libomp/libomp-11.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-11.0.0.ebuild b/sys-libs/libomp/libomp-11.0.0.ebuild index 818be5974879..135197544fe3 100644 --- a/sys-libs/libomp/libomp-11.0.0.ebuild +++ b/sys-libs/libomp/libomp-11.0.0.ebuild @@ -14,7 +14,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ppc64 ~x86 ~amd64-linux ~x64-macos" +KEYWORDS="amd64 arm arm64 ppc64 ~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 ) )" |