diff options
Diffstat (limited to 'testing/utop/APKBUILD')
-rw-r--r-- | testing/utop/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/utop/APKBUILD b/testing/utop/APKBUILD index 8e6c3f9fcc..bfd2f04b7b 100644 --- a/testing/utop/APKBUILD +++ b/testing/utop/APKBUILD @@ -6,8 +6,7 @@ pkgrel=1 pkgdesc="Universal toplevel for OCaml" url="https://github.com/diml/utop" # x86, armhf, s390x: limited by ocaml aport -# ppc64le: limited by ocaml-camomile aport -arch="all !x86 !armhf !s390x !ppc64le" +arch="all !x86 !armhf !s390x" license="BSD-3-Clause" depends=" ocaml-$pkgname=$pkgver-r$pkgrel |