From 445c9d04ab41123f27aa04b723fca7d47cf4fd09 Mon Sep 17 00:00:00 2001 From: Shiz Date: Sat, 13 May 2017 06:42:23 +0200 Subject: community/[ocaml packages]: disable on ppc64le and s390x again It seems s390x and ppc64le OCaml builds but is severely broken. Disable these packages until we have a properly working OCaml. --- community/ocaml/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/ocaml') diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD index 335d83af83d..31ccdce8a74 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" -- cgit v1.2.3