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-findlib/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/ocaml-findlib') diff --git a/community/ocaml-findlib/APKBUILD b/community/ocaml-findlib/APKBUILD index 8f249f7250..1fd7842296 100644 --- a/community/ocaml-findlib/APKBUILD +++ b/community/ocaml-findlib/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.6.2 pkgrel=1 pkgdesc="OCaml package manager" url="http://projects.camlcity.org/projects/findlib.html" -arch="all !x86 !armhf !ppc64le" # limited by ocaml abuild +arch="all !x86 !armhf !ppc64le !s390x" # limited by ocaml abuild license="MIT" depends="ocaml" depends_dev="$pkgname" -- cgit v1.2.3