diff options
author | Sam James <sam@gentoo.org> | 2021-06-20 23:54:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-20 23:54:41 +0100 |
commit | 7b2af66772dfb03950e7e9aad26206e9ad37c6f5 (patch) | |
tree | 30b01fbe4debc6643304172ee8896727105a2500 /sys-libs | |
parent | sys-libs/libcxx: Stabilize 12.0.0 arm, #796215 (diff) | |
download | gentoo-7b2af66772dfb03950e7e9aad26206e9ad37c6f5.tar.gz gentoo-7b2af66772dfb03950e7e9aad26206e9ad37c6f5.tar.bz2 gentoo-7b2af66772dfb03950e7e9aad26206e9ad37c6f5.zip |
sys-libs/libomp: Stabilize 12.0.0 arm, #796215
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libomp/libomp-12.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-12.0.0.ebuild b/sys-libs/libomp/libomp-12.0.0.ebuild index d210d2abfbcb..78add4042bb6 100644 --- a/sys-libs/libomp/libomp-12.0.0.ebuild +++ b/sys-libs/libomp/libomp-12.0.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 ~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 ) )" |