diff options
Diffstat (limited to 'testing/ocaml-gen')
-rw-r--r-- | testing/ocaml-gen/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-gen/APKBUILD b/testing/ocaml-gen/APKBUILD index bf9e5c571e..7978eb44a6 100644 --- a/testing/ocaml-gen/APKBUILD +++ b/testing/ocaml-gen/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.5.1 pkgrel=0 pkgdesc="Simple, efficient iterators for OCaml" url="https://github.com/c-cube/gen/" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport license="BSD-2-Clause" depends="ocaml-runtime" makedepends="dune ocaml ocaml-findlib opam" |