aboutsummaryrefslogtreecommitdiffstats
path: root/community/camlp4/APKBUILD
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/camlp4/APKBUILD
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/camlp4/APKBUILD')
-rw-r--r--community/camlp4/APKBUILD2
1 files changed, 1 insertions, 1 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"