diff options
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 6a4fbffdc9..74daf57d4f 100644 --- a/community/ocaml/APKBUILD +++ b/community/ocaml/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.03.0 pkgrel=0 pkgdesc="Main implementation of the Caml programming language" url="http://caml.inria.fr" -arch="all !x86" +arch="all !x86 !armhf" license="LGPLv2" makedepends="ncurses-dev zlib-dev gdbm-dev" install="" |