diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 01:47:31 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 02:17:26 +0100 |
commit | 9ee8e62af6b7903059e594e5cf1f5e754f5764e4 (patch) | |
tree | 1d516e9c6c5e4b1351fdf2a5b190fb6a77c40e2a /testing/ocaml-zed | |
parent | 6e0bf7f5a3070c783ac56f4d005d83b3830aaeb8 (diff) | |
download | aports-9ee8e62af6b7903059e594e5cf1f5e754f5764e4.tar.bz2 aports-9ee8e62af6b7903059e594e5cf1f5e754f5764e4.tar.xz |
testing/ocaml-zed: rebuild with ocaml 4.06.1, enable on ppc64le
...and fix depends.
ocaml-cppo is now available for ppc64le.
Diffstat (limited to 'testing/ocaml-zed')
-rw-r--r-- | testing/ocaml-zed/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/ocaml-zed/APKBUILD b/testing/ocaml-zed/APKBUILD index e44c72fafa..a5e9deac05 100644 --- a/testing/ocaml-zed/APKBUILD +++ b/testing/ocaml-zed/APKBUILD @@ -3,12 +3,14 @@ pkgname=ocaml-zed _pkgname=zed pkgver=1.6 -pkgrel=0 +pkgrel=1 pkgdesc="Abstract engine for text edition in OCaml" url="https://github.com/diml/zed" -arch="all !x86 !armhf !s390x !ppc64le" # limited by ocaml and ocaml-camomile aports +arch="all !x86 !armhf !s390x" # limited by ocaml aport license="BSD-3-Clause" -makedepends="dune ocaml ocaml-camomile-dev ocaml-findlib ocaml-react-dev opam" +depends="ocaml-runtime" +makedepends="dune ocaml ocaml-compiler-libs ocaml-camomile-dev ocaml-findlib + ocaml-react-dev opam" options="!check" # no tests provided subpackages="$pkgname-dev" source="$pkgname-$pkgver.tar.bz2::https://github.com/diml/$_pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tbz" |