diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-05 12:55:35 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-05 12:56:45 +0100 |
commit | 585b637d1231ac39dd35cadeb0a5cb41ec78b3ce (patch) | |
tree | 880596b7a69e8ddcd1c191351952b6a5f6d5eaea | |
parent | 9f6704d36ad14acd7a602d921d930874a69c306b (diff) | |
download | aports-585b637d1231ac39dd35cadeb0a5cb41ec78b3ce.tar.bz2 aports-585b637d1231ac39dd35cadeb0a5cb41ec78b3ce.tar.xz |
testing/ocaml-menhir: temporarily disable
I need older version for Reason, so I have to disable it and then
downgrade to older version.
-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 |