diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-13 16:27:22 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-13 16:27:22 +0100 |
commit | 264096f0746327a604850c3f7304931c64e41feb (patch) | |
tree | f7610ea48bb1540afe1132a1e553ad4bde5e2997 /testing/ocaml-zed | |
parent | d6e775b8b89cf1970f6dd1dc7f561f93ac7a2c8b (diff) | |
download | aports-264096f0746327a604850c3f7304931c64e41feb.tar.bz2 aports-264096f0746327a604850c3f7304931c64e41feb.tar.xz |
testing/ocaml-zed: enable on ppc64le
Diffstat (limited to 'testing/ocaml-zed')
-rw-r--r-- | testing/ocaml-zed/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/ocaml-zed/APKBUILD b/testing/ocaml-zed/APKBUILD index 5cab90a529..d1be09ed5c 100644 --- a/testing/ocaml-zed/APKBUILD +++ b/testing/ocaml-zed/APKBUILD @@ -7,8 +7,7 @@ pkgrel=1 pkgdesc="Abstract engine for text edition in OCaml" url="https://github.com/diml/zed" # 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-runtime" makedepends="dune ocaml ocaml-compiler-libs ocaml-camomile-dev ocaml-findlib |