aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-cmdliner/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ocaml-cmdliner/APKBUILD')
-rw-r--r--testing/ocaml-cmdliner/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-cmdliner/APKBUILD b/testing/ocaml-cmdliner/APKBUILD
index 5e25e107dba..0322f8e3b3b 100644
--- a/testing/ocaml-cmdliner/APKBUILD
+++ b/testing/ocaml-cmdliner/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.0.2
pkgrel=1
pkgdesc="Declarative definition of command line interfaces for OCaml"
url="http://erratique.ch/software/cmdliner"
-arch="all !x86 !armhf !s390x" # limited by ocaml aport
+arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport
license="ISC"
depends="ocaml-result ocaml-runtime"
depends_dev="$pkgname=$pkgver-r$pkgrel"