aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-zed
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-10 12:49:36 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-10 12:49:36 +0100
commite664af4c4799d6c9e235bcf478147031342819cb (patch)
treec38d9392f847f7c1b3b24a6e0e9896a622c69be6 /testing/ocaml-zed
parent6da608615b71c234a49236bf42ddc831d74f52a2 (diff)
testing/ocaml-zed: disable on ppc64le - ocaml-camomile is N/A
Diffstat (limited to 'testing/ocaml-zed')
-rw-r--r--testing/ocaml-zed/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/ocaml-zed/APKBUILD b/testing/ocaml-zed/APKBUILD
index a5e9deac051..5cab90a529f 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