diff options
Diffstat (limited to 'testing/ocaml-yojson')
-rw-r--r-- | testing/ocaml-yojson/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-yojson/APKBUILD b/testing/ocaml-yojson/APKBUILD index 3c927292c6..67d84aa69b 100644 --- a/testing/ocaml-yojson/APKBUILD +++ b/testing/ocaml-yojson/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.4.1 pkgrel=2 pkgdesc="JSON parsing and pretty-printing library for OCaml" url="https://github.com/mjambon/yojson" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport license="BSD-3-Clause" depends="ocaml-runtime ocaml-biniou ocaml-easy-format" depends_dev="$pkgname=$pkgver-r$pkgrel ocaml-biniou-dev ocaml-easy-format-dev" |