aboutsummaryrefslogtreecommitdiffstats
path: root/community/camlp4/APKBUILD
diff options
context:
space:
mode:
authorShiz <hi@shiz.me>2017-05-13 06:40:29 +0200
committerShiz <hi@shiz.me>2017-05-13 06:40:29 +0200
commitc9728a266ceeb062bced52b599006e8ce5300932 (patch)
treedc1cbddfae6ae42a1e21ae47d346d77bdab61f05 /community/camlp4/APKBUILD
parentbd15f1363feb2d6a14d335e9e28e9ad7c6c2d239 (diff)
downloadaports-c9728a266ceeb062bced52b599006e8ce5300932.tar.bz2
aports-c9728a266ceeb062bced52b599006e8ce5300932.tar.xz
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.
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 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"