aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocamlbuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-07-26 09:43:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-07-26 09:43:36 +0000
commitf495fa704cfd289eca20536dd1d72a31d4fc6b5c (patch)
tree53c759e875f2aff08ac71e55479bba140a8de3f5 /testing/ocamlbuild
parent1ee4bcde102d28c76e998420b7f34597cf70d85c (diff)
downloadaports-f495fa704cfd289eca20536dd1d72a31d4fc6b5c.tar.bz2
aports-f495fa704cfd289eca20536dd1d72a31d4fc6b5c.tar.xz
testing/ocamlbuild: disable on arm
there are textrels
Diffstat (limited to 'testing/ocamlbuild')
-rw-r--r--testing/ocamlbuild/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocamlbuild/APKBUILD b/testing/ocamlbuild/APKBUILD
index ecb6131c5..a991b8537 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"