diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-28 01:02:01 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-28 01:02:59 +0100 |
commit | 4b80374d03fa20aeb83a04467c81e9b87fd645ae (patch) | |
tree | 31e152d86b27e7de24c1ca9372a30aad38042584 /testing/ocaml-findlib/APKBUILD | |
parent | 897433df9c565192e1d17b02a5c43cacc913233d (diff) | |
download | aports-4b80374d03fa20aeb83a04467c81e9b87fd645ae.tar.bz2 aports-4b80374d03fa20aeb83a04467c81e9b87fd645ae.tar.xz |
testing/ocaml-findlib: enable on all except x86 and armhf
Diffstat (limited to 'testing/ocaml-findlib/APKBUILD')
-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" |