aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-lambda-term
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-10 12:52:55 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-10 12:53:25 +0100
commit132e610ff81c57956f7bd9ba8f9591f2a6fd94d3 (patch)
tree5767c382eec47767cc258746cd0ecd8680dbe0a3 /testing/ocaml-lambda-term
parente664af4c4799d6c9e235bcf478147031342819cb (diff)
downloadaports-132e610ff81c57956f7bd9ba8f9591f2a6fd94d3.tar.bz2
aports-132e610ff81c57956f7bd9ba8f9591f2a6fd94d3.tar.xz
testing/ocaml-lambda-term: disable on ppc64le - ocaml-camomile is N/A
Diffstat (limited to 'testing/ocaml-lambda-term')
-rw-r--r--testing/ocaml-lambda-term/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/ocaml-lambda-term/APKBUILD b/testing/ocaml-lambda-term/APKBUILD
index 17c06282c6..80da63203c 100644
--- a/testing/ocaml-lambda-term/APKBUILD
+++ b/testing/ocaml-lambda-term/APKBUILD
@@ -6,7 +6,9 @@ pkgver=1.12.0
pkgrel=2
pkgdesc="Terminal manipulation library for OCaml"
url="https://github.com/diml/lambda-term"
-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-camomile ocaml-lwt ocaml-lwt-react ocaml-zed"
makedepends="