aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocamlbuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-12-02 23:32:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-12-02 23:32:37 +0000
commitd5e7de149c66c2abc7b7504ad7335f5d9bb7e6e9 (patch)
tree37ede05f8104afb7a1c735378023cb8fb3066bde /community/ocamlbuild
parent68e47c3b130f7b0238f44b7a01e329e844f9aec9 (diff)
downloadaports-d5e7de149c66c2abc7b7504ad7335f5d9bb7e6e9.tar.bz2
aports-d5e7de149c66c2abc7b7504ad7335f5d9bb7e6e9.tar.xz
community/ocamlbuild: disable on x86
Diffstat (limited to 'community/ocamlbuild')
-rw-r--r--community/ocamlbuild/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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"