diff options
Diffstat (limited to 'testing/ocaml-camomile/APKBUILD')
-rw-r--r-- | testing/ocaml-camomile/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-camomile/APKBUILD b/testing/ocaml-camomile/APKBUILD index 37564c785b..7c0f7f4b2d 100644 --- a/testing/ocaml-camomile/APKBUILD +++ b/testing/ocaml-camomile/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="A Unicode library for OCaml" url="https://github.com/yoriyuki/Camomile" # x86, armhf, s390x: limited by ocaml aport -arch="all !x86 !armhf !s390x" +arch="all !x86 !armhf !armv7 !s390x" license="LGPL-2.0-or-later" depends="$pkgname-data=$pkgver-r$pkgrel ocaml-runtime" makedepends="dune ocaml ocaml-compiler-libs ocaml-cppo ocaml-findlib opam" |