aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-12-03 15:51:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-12-03 15:51:16 +0000
commit56fed78392dd84c99797a498c37ffbbeab2b8a65 (patch)
tree928737c03863961788071ae8cb82e4801435d397 /community/ocaml
parentd4c4f96d62a3b8fa7654cede59a59aee5b77f3e5 (diff)
community/ocaml: disable on 32bit archs
Diffstat (limited to 'community/ocaml')
-rw-r--r--community/ocaml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD
index 1f8ddf4f83c..63072004209 100644
--- a/community/ocaml/APKBUILD
+++ b/community/ocaml/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.04.0
pkgrel=1
pkgdesc="Main implementation of the Caml programming language"
url="http://caml.inria.fr"
-arch="all"
+arch="all !x86 !armhf"
license="LGPLv2"
makedepends="ncurses-dev zlib-dev gdbm-dev"
install=""