diff options
Diffstat (limited to 'testing/ocaml-lambda-term/APKBUILD')
-rw-r--r-- | testing/ocaml-lambda-term/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/ocaml-lambda-term/APKBUILD b/testing/ocaml-lambda-term/APKBUILD index 498fb513c6..01554ee9b4 100644 --- a/testing/ocaml-lambda-term/APKBUILD +++ b/testing/ocaml-lambda-term/APKBUILD @@ -7,7 +7,8 @@ pkgrel=2 pkgdesc="Terminal manipulation library for OCaml" url="https://github.com/diml/lambda-term" # x86, armhf, s390x: limited by ocaml aport -arch="all !x86 !armhf !s390x" +# ppc64le: fails to build +arch="all !x86 !armhf !s390x !ppc64le" license="BSD-3-Clause" depends="ocaml-camomile ocaml-lwt ocaml-lwt-react ocaml-zed" makedepends=" |