diff options
Diffstat (limited to 'testing/ocaml-topkg/APKBUILD')
-rw-r--r-- | testing/ocaml-topkg/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-topkg/APKBUILD b/testing/ocaml-topkg/APKBUILD index 048ddd3854..ed2121a38b 100644 --- a/testing/ocaml-topkg/APKBUILD +++ b/testing/ocaml-topkg/APKBUILD @@ -7,7 +7,7 @@ pkgver=0.9.1 pkgrel=1 pkgdesc="The transitory OCaml software packager" url="http://erratique.ch/software/topkg" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport license="ISC" depends="ocaml-result ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" |