From c9728a266ceeb062bced52b599006e8ce5300932 Mon Sep 17 00:00:00 2001 From: Shiz Date: Sat, 13 May 2017 06:40:29 +0200 Subject: Revert "community/[various]: enable on ppc64le due ocaml" It seems ppc64le OCaml does compile but is severely broken. Disabling these again until we have a 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 f1cf9a26c3a..8f249f72502 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" # limited by ocaml abuild +arch="all !x86 !armhf !ppc64le" # limited by ocaml abuild license="MIT" depends="ocaml" depends_dev="$pkgname" -- cgit v1.2.3