diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-16 15:02:42 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-16 15:02:42 +0100 |
commit | 2d4e5d1bbe73851475c8e6837f0b8bc31e414b5f (patch) | |
tree | e2ebb8d28b025b85b5b61d4af36ec6b8585ea303 /testing/utop | |
parent | 33ebcfcbd99f0a68a61b08d682c3dab8a452bb16 (diff) | |
download | aports-2d4e5d1bbe73851475c8e6837f0b8bc31e414b5f.tar.bz2 aports-2d4e5d1bbe73851475c8e6837f0b8bc31e414b5f.tar.xz |
testing/utop: enable on ppc64le
Diffstat (limited to 'testing/utop')
-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 |