From 7ea34bd36b392f77afdbf1f9e96526a5f14ca908 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sat, 3 Dec 2016 15:48:40 +0000 Subject: community/ocamlbuild: disable on 32bit builds --- community/ocamlbuild/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/ocamlbuild') diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD index 37d35c2e84..bad91f58db 100644 --- a/community/ocamlbuild/APKBUILD +++ b/community/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 !x86" +arch="all !x86 !armhf" license="LGPL2" depends="" makedepends="ocaml" -- cgit v1.2.3