diff options
author | 2019-09-13 18:46:31 +0300 | |
---|---|---|
committer | 2019-09-13 18:46:31 +0300 | |
commit | 4ec42db355d19cc65bb1b0a1078a57dfde8dc8fd (patch) | |
tree | d9a80aa4bb54096ec95b5867d025049abdf2962f /sys-libs/libomp/libomp-8.0.1.ebuild | |
parent | sys-libs/libcxx: arm stable wrt bug #693856 (diff) | |
download | gentoo-4ec42db355d19cc65bb1b0a1078a57dfde8dc8fd.tar.gz gentoo-4ec42db355d19cc65bb1b0a1078a57dfde8dc8fd.tar.bz2 gentoo-4ec42db355d19cc65bb1b0a1078a57dfde8dc8fd.zip |
sys-libs/libomp: arm stable wrt bug #693856
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-libs/libomp/libomp-8.0.1.ebuild')
-rw-r--r-- | sys-libs/libomp/libomp-8.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-8.0.1.ebuild b/sys-libs/libomp/libomp-8.0.1.ebuild index dbffc3de51f6..e7d3e917287a 100644 --- a/sys-libs/libomp/libomp-8.0.1.ebuild +++ b/sys-libs/libomp/libomp-8.0.1.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${ LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" -KEYWORDS="amd64 ~arm ~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 ) )" |