diff options
Diffstat (limited to 'testing/ocaml-zed/APKBUILD')
-rw-r--r-- | testing/ocaml-zed/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/ocaml-zed/APKBUILD b/testing/ocaml-zed/APKBUILD index a5e9deac05..5cab90a529 100644 --- a/testing/ocaml-zed/APKBUILD +++ b/testing/ocaml-zed/APKBUILD @@ -6,7 +6,9 @@ pkgver=1.6 pkgrel=1 pkgdesc="Abstract engine for text edition in OCaml" url="https://github.com/diml/zed" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +# x86, armhf, s390x: limited by ocaml aport +# ppc64le: limited by ocaml-camomile aport +arch="all !x86 !armhf !s390x !ppc64le" license="BSD-3-Clause" depends="ocaml-runtime" makedepends="dune ocaml ocaml-compiler-libs ocaml-camomile-dev ocaml-findlib |