diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 12:54:27 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 12:54:27 +0100 |
commit | c7fed598b1b349218ed5ab8eeae195f52a9d6b60 (patch) | |
tree | 418e6ce3f66df7b78cbd7be5445969b3e4a603b2 /testing/utop | |
parent | 132e610ff81c57956f7bd9ba8f9591f2a6fd94d3 (diff) | |
download | aports-c7fed598b1b349218ed5ab8eeae195f52a9d6b60.tar.bz2 aports-c7fed598b1b349218ed5ab8eeae195f52a9d6b60.tar.xz |
testing/utop: disable on ppc64le - ocaml-camomile is N/A
Diffstat (limited to 'testing/utop')
-rw-r--r-- | testing/utop/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/utop/APKBUILD b/testing/utop/APKBUILD index e7e4c88f73..8e6c3f9fcc 100644 --- a/testing/utop/APKBUILD +++ b/testing/utop/APKBUILD @@ -5,7 +5,9 @@ pkgver=2.1.0 pkgrel=1 pkgdesc="Universal toplevel for OCaml" url="https://github.com/diml/utop" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +# x86, armhf, s390x: limited by ocaml aport +# ppc64le: limited by ocaml-camomile aport +arch="all !x86 !armhf !s390x !ppc64le" license="BSD-3-Clause" depends=" ocaml-$pkgname=$pkgver-r$pkgrel |