diff options
Diffstat (limited to 'testing/ocaml-ounit')
-rw-r--r-- | testing/ocaml-ounit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-ounit/APKBUILD b/testing/ocaml-ounit/APKBUILD index ba6f0d3bb2..09685f1ec8 100644 --- a/testing/ocaml-ounit/APKBUILD +++ b/testing/ocaml-ounit/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.0.8 pkgrel=0 pkgdesc="A unit test framework for OCaml" url="http://ounit.forge.ocamlcore.org/" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport license="MIT" depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" |