diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-26 09:43:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-26 09:43:36 +0000 |
commit | f495fa704cfd289eca20536dd1d72a31d4fc6b5c (patch) | |
tree | 53c759e875f2aff08ac71e55479bba140a8de3f5 | |
parent | 1ee4bcde102d28c76e998420b7f34597cf70d85c (diff) | |
download | aports-f495fa704cfd289eca20536dd1d72a31d4fc6b5c.tar.bz2 aports-f495fa704cfd289eca20536dd1d72a31d4fc6b5c.tar.xz |
testing/ocamlbuild: disable on arm
there are textrels
-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 ecb6131c55..a991b85376 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="x86_64 armhf" +arch="x86_64" license="GPL2" depends="" makedepends="ocaml" |