aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-cppo
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-10 00:10:44 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-10 02:17:26 +0100
commitd2452c30cdf570e62c0edaa4b839570c72483d9e (patch)
tree50e34aee981c796fc25ec4f2425ffa83aff11059 /testing/ocaml-cppo
parent51804ebea879ff3d782b12c6e68c63c51c06fabf (diff)
downloadaports-d2452c30cdf570e62c0edaa4b839570c72483d9e.tar.bz2
aports-d2452c30cdf570e62c0edaa4b839570c72483d9e.tar.xz
testing/ocaml-cppo: rebuild with ocaml 4.06.1, fix depends
Diffstat (limited to 'testing/ocaml-cppo')
-rw-r--r--testing/ocaml-cppo/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/ocaml-cppo/APKBUILD b/testing/ocaml-cppo/APKBUILD
index ce9563f68e..f10af49da0 100644
--- a/testing/ocaml-cppo/APKBUILD
+++ b/testing/ocaml-cppo/APKBUILD
@@ -3,14 +3,13 @@
pkgname=ocaml-cppo
_pkgname=cppo
pkgver=1.6.4
-pkgrel=2
+pkgrel=3
pkgdesc="C-style preprocessor for OCaml"
url="https://github.com/mjambon/cppo"
-# ocaml is not avail for x86, armhf, s390x
-arch="all !x86 !armhf !s390x"
+arch="all !x86 !armhf !s390x" # limited by ocaml
license="BSD-3-Clause"
makedepends="dune ocaml ocamlbuild ocaml-findlib opam"
-options="textrels"
+options="textrels" # needed for ppc64le
subpackages="$pkgname-dev $pkgname-ocamlbuild"
source="$pkgname-$pkgver.tar.gz::https://github.com/mjambon/$_pkgname/archive/v$pkgver.tar.gz
ppc64le-asr.patch
@@ -47,7 +46,7 @@ package() {
ocamlbuild() {
pkgdesc="$pkgdesc (Ocamlbuild plugin)"
- depends="ocamlbuild"
+ depends="ocaml-runtime ocamlbuild"
mkdir -p "$subpkgdir"/usr/lib/ocaml
mv "$pkgdir"/usr/lib/ocaml/${_pkgname}_ocamlbuild \