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/camlp4/APKBUILD | 2 +- community/ocaml-findlib/APKBUILD | 2 +- community/ocamlbuild/APKBUILD | 2 +- community/opam/APKBUILD | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'community') diff --git a/community/camlp4/APKBUILD b/community/camlp4/APKBUILD index 061b1d04d6..4ab17b9c01 100644 --- a/community/camlp4/APKBUILD +++ b/community/camlp4/APKBUILD @@ -6,7 +6,7 @@ _versuffix='+1' pkgrel=1 pkgdesc="Caml preprocessor and pretty-printer" url="https://github.com/ocaml/camlp4/releases" -arch="all !x86 !armhf" #ocaml not avail on excluded platforms +arch="all !x86 !armhf !ppc64le" #ocaml not avail on excluded platforms license="LGPL2" depends="ocaml" makedepends="ocamlbuild" diff --git a/community/ocaml-findlib/APKBUILD b/community/ocaml-findlib/APKBUILD index f1cf9a26c3..8f249f7250 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" diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD index 90ea5cc74c..ab8984cc09 100644 --- a/community/ocamlbuild/APKBUILD +++ b/community/ocamlbuild/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.9.3 pkgrel=1 pkgdesc="Generic build tool with built-in rules for building OCaml library and programs." url="https://github.com/ocaml/ocamlbuild" -arch="all !x86 !armhf" #ocaml not avail on excluded platforms +arch="all !x86 !armhf !ppc64le" #ocaml not avail on excluded platforms license="LGPL2" depends="" makedepends="ocaml" diff --git a/community/opam/APKBUILD b/community/opam/APKBUILD index 4f447c9996..16b7246f0d 100644 --- a/community/opam/APKBUILD +++ b/community/opam/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.2.2 pkgrel=1 pkgdesc="OCaml Package Manager" url="https://opam.ocaml.org" -arch="all !x86 !armhf" #ocaml not avail on excluded platforms +arch="all !x86 !armhf !ppc64le" #ocaml not avail on excluded platforms license="LGPL3" depends="ocaml camlp4 curl tar unzip rsync aspcud" makedepends="$depends_dev" -- cgit v1.2.3