diff options
author | Sam James <sam@gentoo.org> | 2021-08-04 05:52:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-04 05:53:03 +0100 |
commit | 431af068dce46c2fc840185cdd537fd175776c67 (patch) | |
tree | 7098e861ba230330ad13f4d0003de705581e7fed /sys-libs | |
parent | sys-libs/libcxxabi: Stabilize 12.0.1 amd64, #804471 (diff) | |
download | gentoo-431af068dce46c2fc840185cdd537fd175776c67.tar.gz gentoo-431af068dce46c2fc840185cdd537fd175776c67.tar.bz2 gentoo-431af068dce46c2fc840185cdd537fd175776c67.zip |
sys-libs/libomp: Stabilize 12.0.1 amd64, #804471
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-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 72bb4548cf87..c9bea8e17293 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 ) )" |