diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-02 15:49:24 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-02 15:53:18 +0300 |
commit | 172a5e1e98c7ba4ccc75675ff4008f01452bda77 (patch) | |
tree | 8f40fa3a02ffdbf680eafeacd207d0fc02d1c23d /sys-libs/libomp | |
parent | sys-libs/libcxxabi: Add ~arm keyword wrt bug #595834 (diff) | |
download | gentoo-172a5e1e98c7ba4ccc75675ff4008f01452bda77.tar.gz gentoo-172a5e1e98c7ba4ccc75675ff4008f01452bda77.tar.bz2 gentoo-172a5e1e98c7ba4ccc75675ff4008f01452bda77.zip |
sys-libs/libomp: Add ~arm keyword wrt bug #595834
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-libs/libomp')
-rw-r--r-- | sys-libs/libomp/libomp-7.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libomp/libomp-7.0.0.ebuild b/sys-libs/libomp/libomp-7.0.0.ebuild index 1c6bd76b19eb..c1cfe4c86a96 100644 --- a/sys-libs/libomp/libomp-7.0.0.ebuild +++ b/sys-libs/libomp/libomp-7.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~arm ~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 ) )" |