aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-csv/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ocaml-csv/APKBUILD')
-rw-r--r--testing/ocaml-csv/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-csv/APKBUILD b/testing/ocaml-csv/APKBUILD
index 193e137d636..b9ef9f4cd41 100644
--- a/testing/ocaml-csv/APKBUILD
+++ b/testing/ocaml-csv/APKBUILD
@@ -7,7 +7,7 @@ pkgver=2.1
pkgrel=0
pkgdesc="OCaml library for reading and writing CSV files"
url="https://github.com/Chris00/ocaml-csv"
-arch="all !x86 !armhf !s390x" # limited by ocaml abuild
+arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml abuild
license="LGPL-2.1-or-later"
depends="ocaml-runtime"
depends_dev="$pkgname=$pkgver-r$pkgrel"