diff options
Diffstat (limited to 'testing/ocaml-menhir/APKBUILD')
-rw-r--r-- | testing/ocaml-menhir/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-menhir/APKBUILD b/testing/ocaml-menhir/APKBUILD index fb406442a3..2670c05811 100644 --- a/testing/ocaml-menhir/APKBUILD +++ b/testing/ocaml-menhir/APKBUILD @@ -7,7 +7,7 @@ pkgver=20171013 pkgrel=2 pkgdesc="LR(1) parser generator for OCaml" url="http://gallium.inria.fr/~fpottier/menhir/" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport license="GPL-2.0-only" makedepends="ocaml ocaml-findlib ocaml-ocamlbuild-dev ocamlbuild" options="!check" # no tests provided |