diff options
Diffstat (limited to 'testing/ocaml-zed/APKBUILD')
-rw-r--r-- | testing/ocaml-zed/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-zed/APKBUILD b/testing/ocaml-zed/APKBUILD index e855b0daf1..26955f06eb 100644 --- a/testing/ocaml-zed/APKBUILD +++ b/testing/ocaml-zed/APKBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="Abstract engine for text edition in OCaml" url="https://github.com/diml/zed" # x86, armhf, s390x: limited by ocaml aport -arch="all !x86 !armhf !s390x" +arch="all !x86 !armhf !armv7 !s390x" license="BSD-3-Clause" depends="ocaml-runtime" makedepends="dune ocaml ocaml-compiler-libs ocaml-camomile-dev ocaml-findlib |