diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-16 14:54:02 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-16 14:57:21 +0100 |
commit | 33ebcfcbd99f0a68a61b08d682c3dab8a452bb16 (patch) | |
tree | 5804c8fed442f280825c10604853416232c8b215 /testing | |
parent | 5e49e48dfae7666025205f914d910505fbc5f42e (diff) | |
download | aports-33ebcfcbd99f0a68a61b08d682c3dab8a452bb16.tar.bz2 aports-33ebcfcbd99f0a68a61b08d682c3dab8a452bb16.tar.xz |
testing/ocaml-lambda-term: enable on ppc64le
It was failing due to ocaml-lwt, this has been fixed in
561ee68a37add471ba206c25a29197498802cbed.
Diffstat (limited to 'testing')
-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 01554ee9b4..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: fails to build -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=" |