diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-13 16:27:59 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-13 16:27:59 +0100 |
commit | ce0c31f95375a46b7c62952d39ec3bc01051d1a9 (patch) | |
tree | 13e3b2a03a7fe062c5596ede48c979e39b833265 /testing/ocaml-lambda-term | |
parent | 264096f0746327a604850c3f7304931c64e41feb (diff) | |
download | aports-ce0c31f95375a46b7c62952d39ec3bc01051d1a9.tar.bz2 aports-ce0c31f95375a46b7c62952d39ec3bc01051d1a9.tar.xz |
testing/ocaml-lambda-term: enable on ppc64le
Diffstat (limited to 'testing/ocaml-lambda-term')
-rw-r--r-- | testing/ocaml-lambda-term/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/ocaml-lambda-term/APKBUILD b/testing/ocaml-lambda-term/APKBUILD index 80da63203c..498fb513c6 100644 --- a/testing/ocaml-lambda-term/APKBUILD +++ b/testing/ocaml-lambda-term/APKBUILD @@ -7,8 +7,7 @@ pkgrel=2 pkgdesc="Terminal manipulation library for OCaml" url="https://github.com/diml/lambda-term" # 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-camomile ocaml-lwt ocaml-lwt-react ocaml-zed" makedepends=" |