diff options
Diffstat (limited to 'testing/ocaml-lambda-term/APKBUILD')
-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 d755494bda..e22c86b392 100644 --- a/testing/ocaml-lambda-term/APKBUILD +++ b/testing/ocaml-lambda-term/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="Terminal manipulation library for OCaml" url="https://github.com/diml/lambda-term" # x86, armhf, s390x: limited by ocaml aport -arch="all !x86 !armhf !s390x" +arch="all !x86 !armhf !armv7 !s390x" license="BSD-3-Clause" depends="ocaml-camomile ocaml-lwt ocaml-lwt_react ocaml-lwt_log ocaml-zed" makedepends=" |