diff options
Diffstat (limited to 'testing/ocamlclean/APKBUILD')
-rw-r--r-- | testing/ocamlclean/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocamlclean/APKBUILD b/testing/ocamlclean/APKBUILD index 7e70ae7e62..ff121245c7 100644 --- a/testing/ocamlclean/APKBUILD +++ b/testing/ocamlclean/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.1 pkgrel=0 pkgdesc="OCaml Bytecode Cleaner" url="http://www.algo-prog.info/ocapic/web/index.php?id=OCAPIC:OCamlClean" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport license="CECILL-2.0" makedepends="bash ocaml ocamlbuild" subpackages="$pkgname-doc" |