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 335d83af83..31ccdce8a7 100644 --- a/community/ocaml/APKBUILD +++ b/community/ocaml/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.04.1 pkgrel=0 pkgdesc="Main implementation of the Caml programming language" url="http://caml.inria.fr" -arch="all !x86 !armhf" +arch="all !x86 !armhf !ppc64le !s390x" license="LGPLv2" makedepends="ncurses-dev zlib-dev gdbm-dev" depends="ncurses-dev" |