diff options
Diffstat (limited to 'testing/utop/APKBUILD')
-rw-r--r-- | testing/utop/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/utop/APKBUILD b/testing/utop/APKBUILD index e7e4c88f73..8e6c3f9fcc 100644 --- a/testing/utop/APKBUILD +++ b/testing/utop/APKBUILD @@ -5,7 +5,9 @@ pkgver=2.1.0 pkgrel=1 pkgdesc="Universal toplevel for OCaml" url="https://github.com/diml/utop" -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-$pkgname=$pkgver-r$pkgrel |