aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-lwt
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-10 01:49:03 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-10 02:17:26 +0100
commit50a864291c2f9c34484e3a06f1cf520c9594d1bb (patch)
treef4b4d0f122979e787396fb561cc9d1a36d8111d2 /testing/ocaml-lwt
parent9ee8e62af6b7903059e594e5cf1f5e754f5764e4 (diff)
downloadaports-50a864291c2f9c34484e3a06f1cf520c9594d1bb.tar.bz2
aports-50a864291c2f9c34484e3a06f1cf520c9594d1bb.tar.xz
testing/ocaml-lwt: rebuild with ocaml 4.06.1, enable on ppc64le
...and fix depends. ocaml-cppo is now available for ppc64le.
Diffstat (limited to 'testing/ocaml-lwt')
-rw-r--r--testing/ocaml-lwt/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/ocaml-lwt/APKBUILD b/testing/ocaml-lwt/APKBUILD
index 3c365012f4..f3019e00ff 100644
--- a/testing/ocaml-lwt/APKBUILD
+++ b/testing/ocaml-lwt/APKBUILD
@@ -3,12 +3,13 @@
pkgname=ocaml-lwt
_pkgname=lwt
pkgver=3.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="OCaml promises and concurrent I/O"
url="https://github.com/ocsigen/lwt"
-arch="all !x86 !armhf !s390x !ppc64le" # limited by ocaml and ocaml-cppo aports
+arch="all !x86 !armhf !s390x" # limited by ocaml aport
license="LGPL-2.1-or-later-WITH-linking-exception BSD-3-Clause"
-depends="ocaml-migrate-parsetree
+depends="ocaml-runtime
+ ocaml-migrate-parsetree
ocaml-ppx_tools_versioned
ocaml-result
"