diff options
author | Markus Meier <maekke@gentoo.org> | 2017-05-17 21:20:28 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-05-17 21:20:28 +0200 |
commit | 535450e28dfe4bacd838a721e357b637dcb8dc31 (patch) | |
tree | 19687bdfaf06704fec489d4fff7fd0e759c952d4 /dev-ml/llvm-ocaml | |
parent | sys-devel/llvm: add ~arm, bug #613666 (diff) | |
download | gentoo-535450e28dfe4bacd838a721e357b637dcb8dc31.tar.gz gentoo-535450e28dfe4bacd838a721e357b637dcb8dc31.tar.bz2 gentoo-535450e28dfe4bacd838a721e357b637dcb8dc31.zip |
dev-ml/llvm-ocaml: add ~arm, bug #613666
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
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 c825809048ec..0f2af09760f1 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 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="test ${ALL_LLVM_TARGETS[*]}" RDEPEND=" |