From d5e7de149c66c2abc7b7504ad7335f5d9bb7e6e9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 2 Dec 2016 23:32:37 +0000 Subject: community/ocamlbuild: disable on x86 --- 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 8d1e74f1c1..37d35c2e84 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" +arch="all !x86" license="LGPL2" depends="" makedepends="ocaml" -- cgit v1.2.3