diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-07 01:54:43 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-07 01:55:15 +0100 |
commit | e921371f3136b607d6e4da9a3e5fa49b14cd6c71 (patch) | |
tree | eea9efd75bd6ebc23099bae4c2b9f61af75c7f08 /testing/ocaml-lambda-term | |
parent | 0f87ce0446c82d8819c8db922e403cecc717d3e4 (diff) | |
download | aports-e921371f3136b607d6e4da9a3e5fa49b14cd6c71.tar.bz2 aports-e921371f3136b607d6e4da9a3e5fa49b14cd6c71.tar.xz |
testing/ocaml-lambda-term: don't build on arches w/o ocaml and cppo
Diffstat (limited to 'testing/ocaml-lambda-term')
-rw-r--r-- | testing/ocaml-lambda-term/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-lambda-term/APKBUILD b/testing/ocaml-lambda-term/APKBUILD index e23527c1e5..24c123e31f 100644 --- a/testing/ocaml-lambda-term/APKBUILD +++ b/testing/ocaml-lambda-term/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.12.0 pkgrel=0 pkgdesc="Terminal manipulation library for OCaml" url="https://github.com/diml/lambda-term" -arch="all" +arch="all !x86 !armhf !s390x !ppc64le" # limited by ocaml and ocaml-cppo aports license="BSD-3-Clause" depends="ocaml-camomile ocaml-lwt ocaml-lwt-react ocaml-zed" makedepends=" |