testing/ocaml-findlib: enable on all except x86 and armhf

This commit is contained in:
Jakub Jirutka 2017-01-28 01:02:01 +01:00
parent 897433df9c
commit 4b80374d03

View File

@ -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"