diff options
-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 3d103c05f5..86d4e16098 100644 --- a/testing/ocaml-menhir/APKBUILD +++ b/testing/ocaml-menhir/APKBUILD @@ -6,7 +6,7 @@ pkgver=20171222 pkgrel=0 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 !s390x" # limited by ocaml aport license="GPL-2.0-only" makedepends="ocaml ocamlbuild ocaml-findlib" options="!check" # no tests provided |