diff options
Diffstat (limited to 'testing/ocaml-lwt/APKBUILD')
-rw-r--r-- | testing/ocaml-lwt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-lwt/APKBUILD b/testing/ocaml-lwt/APKBUILD index e03f7384be..6e4e90c460 100644 --- a/testing/ocaml-lwt/APKBUILD +++ b/testing/ocaml-lwt/APKBUILD @@ -6,7 +6,7 @@ pkgver=4.1.0 pkgrel=0 pkgdesc="OCaml promises and concurrent I/O" url="https://github.com/ocsigen/lwt" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport license="LGPL-2.1-or-later-WITH-linking-exception BSD-3-Clause" depends="ocaml-runtime ocaml-result" depends_dev="libev-dev" |