diff options
Diffstat (limited to 'testing/ocaml-camomile/APKBUILD')
-rw-r--r-- | testing/ocaml-camomile/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/ocaml-camomile/APKBUILD b/testing/ocaml-camomile/APKBUILD index 82932b7d63..d47bfb6b18 100644 --- a/testing/ocaml-camomile/APKBUILD +++ b/testing/ocaml-camomile/APKBUILD @@ -6,7 +6,9 @@ pkgver=0.8.7 pkgrel=1 pkgdesc="A Unicode library for OCaml" url="https://github.com/yoriyuki/Camomile" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +# x86, armhf, s390x: limited by ocaml aport +# ppc64le: https://github.com/yoriyuki/Camomile/issues/39 +arch="all !x86 !armhf !s390x !ppc64le" license="LGPL-2.0-or-later" depends="$pkgname-data=$pkgver-r$pkgrel ocaml-runtime" makedepends="dune ocaml ocaml-compiler-libs ocaml-cppo ocaml-findlib opam" |