diff options
Diffstat (limited to 'testing/ocaml-markup/APKBUILD')
-rw-r--r-- | testing/ocaml-markup/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-markup/APKBUILD b/testing/ocaml-markup/APKBUILD index 793bb62a21..b86959ab40 100644 --- a/testing/ocaml-markup/APKBUILD +++ b/testing/ocaml-markup/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.7.6 pkgrel=3 pkgdesc="Error-recovering streaming HTML5 and XML parsers for OCaml" url="http://aantron.github.io/markup.ml" -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 ocaml-lwt ocaml-uchar ocaml-uutf" depends_dev="$pkgname=$pkgver-r$pkgrel" |