diff options
Diffstat (limited to 'testing/ocaml-result/APKBUILD')
-rw-r--r-- | testing/ocaml-result/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-result/APKBUILD b/testing/ocaml-result/APKBUILD index 6f24508ba2..579c12c12a 100644 --- a/testing/ocaml-result/APKBUILD +++ b/testing/ocaml-result/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.3 pkgrel=4 pkgdesc="Compat result type" url="https://github.com/janestreet/result" -arch="all !x86 !armhf !s390x" # limited by ocaml +arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml license="BSD-3-Clause" depends="ocaml-runtime" makedepends="dune ocaml ocaml-findlib opam" |