diff options
Diffstat (limited to 'testing/ocaml-easy-format/APKBUILD')
-rw-r--r-- | testing/ocaml-easy-format/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-easy-format/APKBUILD b/testing/ocaml-easy-format/APKBUILD index 530a4a64e7..ea83bdbb2b 100644 --- a/testing/ocaml-easy-format/APKBUILD +++ b/testing/ocaml-easy-format/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.3.1 pkgrel=1 pkgdesc="Pretty-printing library for OCaml" url="https://mjambon.github.io/mjambon2016/easy-format.html" -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" depends_dev="$pkgname=$pkgver-r$pkgrel" |