diff options
Diffstat (limited to 'testing/ocaml-ppx_gen_rec/APKBUILD')
-rw-r--r-- | testing/ocaml-ppx_gen_rec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-ppx_gen_rec/APKBUILD b/testing/ocaml-ppx_gen_rec/APKBUILD index ec5f7590d2..a71e4d9063 100644 --- a/testing/ocaml-ppx_gen_rec/APKBUILD +++ b/testing/ocaml-ppx_gen_rec/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.0.0 pkgrel=0 pkgdesc="OCaml preprocessor that generates a recursive module" url="https://github.com/flowtype/ocaml-ppx_gen_rec" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport license="MIT" depends="ocaml-runtime ocaml-migrate-parsetree" makedepends="dune ocaml ocaml-compiler-libs ocaml-findlib ocaml-migrate-parsetree-dev opam" |