diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-22 21:48:14 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-22 21:49:53 +0300 |
commit | a5d4ef579ed0cd42709ed59dad89d7e67f880836 (patch) | |
tree | f71128813d83d8541b6d058ea14994e6e2c46007 /sys-libs/libomp | |
parent | sys-libs/libcxx: amd64 stable wrt bug #661776 (diff) | |
download | gentoo-a5d4ef579ed0cd42709ed59dad89d7e67f880836.tar.gz gentoo-a5d4ef579ed0cd42709ed59dad89d7e67f880836.tar.bz2 gentoo-a5d4ef579ed0cd42709ed59dad89d7e67f880836.zip |
sys-libs/libomp: amd64 stable wrt bug #661776
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-libs/libomp')
-rw-r--r-- | sys-libs/libomp/libomp-6.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-6.0.1.ebuild b/sys-libs/libomp/libomp-6.0.1.ebuild index 71af694ec34f..317b74708ede 100644 --- a/sys-libs/libomp/libomp-6.0.1.ebuild +++ b/sys-libs/libomp/libomp-6.0.1.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/openmp-${PV/_/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x64-macos" +KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-fbsd ~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 ) )" |