diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 12:49:36 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 12:49:36 +0100 |
commit | e664af4c4799d6c9e235bcf478147031342819cb (patch) | |
tree | c38d9392f847f7c1b3b24a6e0e9896a622c69be6 /testing/ocaml-zed | |
parent | 6da608615b71c234a49236bf42ddc831d74f52a2 (diff) | |
download | aports-e664af4c4799d6c9e235bcf478147031342819cb.tar.bz2 aports-e664af4c4799d6c9e235bcf478147031342819cb.tar.xz |
testing/ocaml-zed: disable on ppc64le - ocaml-camomile is N/A
Diffstat (limited to 'testing/ocaml-zed')
-rw-r--r-- | testing/ocaml-zed/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/ocaml-zed/APKBUILD b/testing/ocaml-zed/APKBUILD index a5e9deac05..5cab90a529 100644 --- a/testing/ocaml-zed/APKBUILD +++ b/testing/ocaml-zed/APKBUILD @@ -6,7 +6,9 @@ pkgver=1.6 pkgrel=1 pkgdesc="Abstract engine for text edition in OCaml" url="https://github.com/diml/zed" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +# x86, armhf, s390x: limited by ocaml aport +# ppc64le: limited by ocaml-camomile aport +arch="all !x86 !armhf !s390x !ppc64le" license="BSD-3-Clause" depends="ocaml-runtime" makedepends="dune ocaml ocaml-compiler-libs ocaml-camomile-dev ocaml-findlib |