diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 12:46:47 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 12:46:47 +0100 |
commit | 6da608615b71c234a49236bf42ddc831d74f52a2 (patch) | |
tree | 2c6d7c0377794d7ce89ac951f940aaed4ae93461 /testing/ocaml-camomile/APKBUILD | |
parent | 2c486d065840cbb537a14f50086248cfb752dd3d (diff) | |
download | aports-6da608615b71c234a49236bf42ddc831d74f52a2.tar.bz2 aports-6da608615b71c234a49236bf42ddc831d74f52a2.tar.xz |
testing/ocaml-camomile: disable on ppc64le
See https://github.com/yoriyuki/Camomile/issues/39
Diffstat (limited to 'testing/ocaml-camomile/APKBUILD')
-rw-r--r-- | testing/ocaml-camomile/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/ocaml-camomile/APKBUILD b/testing/ocaml-camomile/APKBUILD index 82932b7d63..d47bfb6b18 100644 --- a/testing/ocaml-camomile/APKBUILD +++ b/testing/ocaml-camomile/APKBUILD @@ -6,7 +6,9 @@ pkgver=0.8.7 pkgrel=1 pkgdesc="A Unicode library for OCaml" url="https://github.com/yoriyuki/Camomile" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +# x86, armhf, s390x: limited by ocaml aport +# ppc64le: https://github.com/yoriyuki/Camomile/issues/39 +arch="all !x86 !armhf !s390x !ppc64le" license="LGPL-2.0-or-later" depends="$pkgname-data=$pkgver-r$pkgrel ocaml-runtime" makedepends="dune ocaml ocaml-compiler-libs ocaml-cppo ocaml-findlib opam" |