diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-13 18:34:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-13 18:40:46 +0100 |
commit | e0d95e0e7df7d8389a7e39929698c034e30a2416 (patch) | |
tree | 83f08ae788e69ecfb9b293a42e00e6a181c72cc7 /dev-ml | |
parent | dev-python/lit: Restore ~arm ~arm64 keywords, bug #650024 (diff) | |
download | gentoo-e0d95e0e7df7d8389a7e39929698c034e30a2416.tar.gz gentoo-e0d95e0e7df7d8389a7e39929698c034e30a2416.tar.bz2 gentoo-e0d95e0e7df7d8389a7e39929698c034e30a2416.zip |
dev-ml/llvm-ocaml: Restore ~arm keywords, bug #650024
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-6.0.0.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-6.0.0.ebuild index 6e89dac5c076..0e64a225bb7b 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-6.0.0.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-6.0.0.ebuild @@ -23,7 +23,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?} LICENSE="UoI-NCSA" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="debug test ${ALL_LLVM_TARGETS[*]}" RESTRICT="!test? ( test )" |