aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-reactivedata
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ocaml-reactivedata')
-rw-r--r--testing/ocaml-reactivedata/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-reactivedata/APKBUILD b/testing/ocaml-reactivedata/APKBUILD
index 6ee2d1f421..a0351edc1e 100644
--- a/testing/ocaml-reactivedata/APKBUILD
+++ b/testing/ocaml-reactivedata/APKBUILD
@@ -6,7 +6,7 @@ pkgver=0.2.1
pkgrel=1
pkgdesc="FRP with incremental changes in data structures for OCaml"
url="https://github.com/ocsigen/reactiveData/"
-arch="all !x86 !armhf !s390x" # limited by ocaml aport
+arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport
license="LGPL-2.1-or-later-WITH-linking-exception"
depends="ocaml-react ocaml-runtime"
depends_dev="$pkgname=$pkgver-r$pkgrel"