aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorShiz <hi@shiz.me>2017-05-13 06:42:23 +0200
committerShiz <hi@shiz.me>2017-05-13 06:42:23 +0200
commit445c9d04ab41123f27aa04b723fca7d47cf4fd09 (patch)
tree3ab69a0db785b875e0a16f4a1aa3849a7888cca3 /community
parentc9728a266ceeb062bced52b599006e8ce5300932 (diff)
downloadaports-445c9d04ab41123f27aa04b723fca7d47cf4fd09.tar.bz2
aports-445c9d04ab41123f27aa04b723fca7d47cf4fd09.tar.xz
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.
Diffstat (limited to 'community')
-rw-r--r--community/camlp4/APKBUILD2
-rw-r--r--community/ocaml-findlib/APKBUILD2
-rw-r--r--community/ocaml/APKBUILD2
-rw-r--r--community/ocamlbuild/APKBUILD2
-rw-r--r--community/opam/APKBUILD2
5 files changed, 5 insertions, 5 deletions
diff --git a/community/camlp4/APKBUILD b/community/camlp4/APKBUILD
index 4ab17b9c01..2c62952b6b 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 !ppc64le" #ocaml not avail on excluded platforms
+arch="all !x86 !armhf !ppc64le !s390x" #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 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"
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"
diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD
index ab8984cc09..fc0ea05517 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 !ppc64le" #ocaml not avail on excluded platforms
+arch="all !x86 !armhf !ppc64le !s390x" #ocaml not avail on excluded platforms
license="LGPL2"
depends=""
makedepends="ocaml"
diff --git a/community/opam/APKBUILD b/community/opam/APKBUILD
index 16b7246f0d..737b189615 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 !ppc64le" #ocaml not avail on excluded platforms
+arch="all !x86 !armhf !ppc64le !s390x" #ocaml not avail on excluded platforms
license="LGPL3"
depends="ocaml camlp4 curl tar unzip rsync aspcud"
makedepends="$depends_dev"