diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-08 10:03:28 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-08 10:03:28 +0200 |
commit | 84e8017626005d6c6cae1edab80900fe8c37e907 (patch) | |
tree | b401b472ddfc52920d0546d0f63bcc5dbcdc5a2b | |
parent | 6544debe1d3feaa95bf74210099b42299baaf695 (diff) | |
download | aports-84e8017626005d6c6cae1edab80900fe8c37e907.tar.bz2 aports-84e8017626005d6c6cae1edab80900fe8c37e907.tar.xz |
testing/ocamlbuild: disable on x86
-rw-r--r-- | testing/ocamlbuild/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocamlbuild/APKBUILD b/testing/ocamlbuild/APKBUILD index 474fb95385..ecb6131c55 100644 --- a/testing/ocamlbuild/APKBUILD +++ b/testing/ocamlbuild/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.9.2 pkgrel=0 pkgdesc="Generic build tool with built-in rules for building OCaml library and programs." url="https://github.com/ocaml/ocamlbuild" -arch="all" +arch="x86_64 armhf" license="GPL2" depends="" makedepends="ocaml" |