summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-13 18:37:05 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-13 18:40:52 +0100
commit62c482d9e347831604717f167a0bacbcc0b6c00c (patch)
tree430bc088aec0c1244d2b2f1a0e30bf1e24f26afc /sys-libs
parentsys-libs/libcxx: Restore ~arm64 keywords, bug #650024 (diff)
downloadgentoo-62c482d9e347831604717f167a0bacbcc0b6c00c.tar.gz
gentoo-62c482d9e347831604717f167a0bacbcc0b6c00c.tar.bz2
gentoo-62c482d9e347831604717f167a0bacbcc0b6c00c.zip
sys-libs/libomp: Restore ~arm64 keywords, bug #650024
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libomp/libomp-6.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-6.0.0.ebuild b/sys-libs/libomp/libomp-6.0.0.ebuild
index e12a9b5727ef..dc670c92964c 100644
--- a/sys-libs/libomp/libomp-6.0.0.ebuild
+++ b/sys-libs/libomp/libomp-6.0.0.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 ~x86 ~amd64-fbsd ~amd64-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm64 ~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 ) )"