diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-24 15:23:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-24 16:04:25 +0100 |
commit | b9b011bcedd74427bf29dc7c0647140b8a931528 (patch) | |
tree | 3ae9e90810132afebdaec9b8c357ee5540979a81 /dev-ml/llvm-ocaml | |
parent | sys-apps/man-db-2.7.6.1-r2: add alpha keyword (diff) | |
download | gentoo-b9b011bcedd74427bf29dc7c0647140b8a931528.tar.gz gentoo-b9b011bcedd74427bf29dc7c0647140b8a931528.tar.bz2 gentoo-b9b011bcedd74427bf29dc7c0647140b8a931528.zip |
dev-ml/llvm-ocaml: Remove stray ~arm64 keyword
Remove the ~arm64 keyword accidentally added during wide LLVM 4.0 arm64
testing. This package has unkeyworded dependencies on ~arm64 which I'd
rather not keyword myself.
Diffstat (limited to 'dev-ml/llvm-ocaml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild index 516119027557..c825809048ec 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild @@ -23,7 +23,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?} LICENSE="UoI-NCSA" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="test ${ALL_LLVM_TARGETS[*]}" RDEPEND=" |