diff options
Diffstat (limited to 'testing/ocaml-tyxml/APKBUILD')
-rw-r--r-- | testing/ocaml-tyxml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-tyxml/APKBUILD b/testing/ocaml-tyxml/APKBUILD index 8a2e0fe0b4..254a8c7e9a 100644 --- a/testing/ocaml-tyxml/APKBUILD +++ b/testing/ocaml-tyxml/APKBUILD @@ -6,7 +6,7 @@ pkgver=4.2.0 pkgrel=1 pkgdesc="OCaml library for building statically correct HTML and SVG documents" url="https://ocsigen.org/tyxml/" -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" depends="ocaml-runtime ocaml-re ocaml-uchar ocaml-uutf" depends_dev="$pkgname=$pkgver-r$pkgrel $pkgname-ppx=$pkgver-r$pkgrel" |