diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-03 15:51:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-03 15:51:16 +0000 |
commit | 56fed78392dd84c99797a498c37ffbbeab2b8a65 (patch) | |
tree | 928737c03863961788071ae8cb82e4801435d397 /community/ocaml/APKBUILD | |
parent | d4c4f96d62a3b8fa7654cede59a59aee5b77f3e5 (diff) | |
download | aports-56fed78392dd84c99797a498c37ffbbeab2b8a65.tar.bz2 aports-56fed78392dd84c99797a498c37ffbbeab2b8a65.tar.xz |
community/ocaml: disable on 32bit archs
Diffstat (limited to 'community/ocaml/APKBUILD')
-rw-r--r-- | community/ocaml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD index 1f8ddf4f83..6307200420 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="" |