diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-03 15:48:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-03 15:50:54 +0000 |
commit | 7ea34bd36b392f77afdbf1f9e96526a5f14ca908 (patch) | |
tree | 261e526bbd4f1a25244a13b77212d091964f4ca9 /community/ocamlbuild/APKBUILD | |
parent | b95dbdb5397ef4db7128a2f62ddfa12012b9e39a (diff) | |
download | aports-7ea34bd36b392f77afdbf1f9e96526a5f14ca908.tar.bz2 aports-7ea34bd36b392f77afdbf1f9e96526a5f14ca908.tar.xz |
community/ocamlbuild: disable on 32bit builds
Diffstat (limited to 'community/ocamlbuild/APKBUILD')
-rw-r--r-- | community/ocamlbuild/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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" |