diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ocaml-findlib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-findlib/APKBUILD b/testing/ocaml-findlib/APKBUILD index 1a5abde915..d3265bc4c9 100644 --- a/testing/ocaml-findlib/APKBUILD +++ b/testing/ocaml-findlib/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.6.2 pkgrel=0 pkgdesc="OCaml package manager" url="http://projects.camlcity.org/projects/findlib.html" -arch="x86_64" +arch="all !x86 !armhf" # limited by ocaml abuild license="MIT" depends="ocaml" depends_dev="$pkgname" |