diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-09-19 23:16:53 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-09-19 23:16:53 +0300 |
commit | bdfe38178baa1ae7b5abbe9a8d209f3a655f8ec7 (patch) | |
tree | 05d80f8c9d0fa2d5affb7e8833d91d69486bda05 /sys-libs/libomp | |
parent | sys-libs/libcxxabi: Stabilize 10.0.1 amd64, #742974 (diff) | |
download | gentoo-bdfe38178baa1ae7b5abbe9a8d209f3a655f8ec7.tar.gz gentoo-bdfe38178baa1ae7b5abbe9a8d209f3a655f8ec7.tar.bz2 gentoo-bdfe38178baa1ae7b5abbe9a8d209f3a655f8ec7.zip |
sys-libs/libomp: Stabilize 10.0.1 amd64, #742974
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-libs/libomp')
-rw-r--r-- | sys-libs/libomp/libomp-10.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-10.0.1.ebuild b/sys-libs/libomp/libomp-10.0.1.ebuild index c5e2c2a87a89..515e27c9b547 100644 --- a/sys-libs/libomp/libomp-10.0.1.ebuild +++ b/sys-libs/libomp/libomp-10.0.1.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 ) )" |