diff options
author | Sam James <sam@gentoo.org> | 2021-09-11 07:06:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-11 07:06:16 +0100 |
commit | 7820ff15bfbc80be69272da1bf26079884aea105 (patch) | |
tree | 1cf4514d8f3f4da5f5c78a100cdbafcfaff99e11 /sys-libs/libomp | |
parent | sys-libs/libcxxabi: Stabilize 12.0.1 arm, #804471 (diff) | |
download | gentoo-7820ff15bfbc80be69272da1bf26079884aea105.tar.gz gentoo-7820ff15bfbc80be69272da1bf26079884aea105.tar.bz2 gentoo-7820ff15bfbc80be69272da1bf26079884aea105.zip |
sys-libs/libomp: Stabilize 12.0.1 arm, #804471
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libomp')
-rw-r--r-- | sys-libs/libomp/libomp-12.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-12.0.1.ebuild b/sys-libs/libomp/libomp-12.0.1.ebuild index df5bc8b2c8bb..5df3ce76c7cb 100644 --- a/sys-libs/libomp/libomp-12.0.1.ebuild +++ b/sys-libs/libomp/libomp-12.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 ~ppc ppc64 ~riscv x86 ~amd64-linux ~x64-macos" +KEYWORDS="amd64 arm arm64 ~ppc 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 ) )" |