aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-ppx_tools
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ocaml-ppx_tools')
-rw-r--r--testing/ocaml-ppx_tools/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-ppx_tools/APKBUILD b/testing/ocaml-ppx_tools/APKBUILD
index bd792b5c85..dca2ccfa5a 100644
--- a/testing/ocaml-ppx_tools/APKBUILD
+++ b/testing/ocaml-ppx_tools/APKBUILD
@@ -8,7 +8,7 @@ _ocamlver=4.06
_pkgver="$pkgver+$_ocamlver.0"
pkgdesc="Tools for authors of ppx rewriters"
url="https://github.com/ocaml-ppx/ppx_tools"
-arch="all !x86 !armhf !s390x" # limited by ocaml aport
+arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport
license="MIT"
depends="ocaml-findlib ocaml-runtime"
depends_dev="$pkgname=$pkgver-r$pkgrel"