diff options
author | Sam James <sam@gentoo.org> | 2021-02-26 22:44:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-26 22:44:31 +0000 |
commit | 179860b3f341fbc63a16c28128278cda9911084f (patch) | |
tree | b255a1356e92a695de5c4aaf772e33141371053e /sys-libs | |
parent | sys-libs/libcxxabi: Stabilize 11.0.1 arm, #768567 (diff) | |
download | gentoo-179860b3f341fbc63a16c28128278cda9911084f.tar.gz gentoo-179860b3f341fbc63a16c28128278cda9911084f.tar.bz2 gentoo-179860b3f341fbc63a16c28128278cda9911084f.zip |
sys-libs/libomp: Stabilize 11.0.1 arm, #768567
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libomp/libomp-11.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-11.0.1.ebuild b/sys-libs/libomp/libomp-11.0.1.ebuild index b0308efb253c..3ab69d41fb29 100644 --- a/sys-libs/libomp/libomp-11.0.1.ebuild +++ b/sys-libs/libomp/libomp-11.0.1.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 ) )" |