diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-08 18:13:20 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-08 18:13:20 +0100 |
commit | add5a8e9173037d042c8e0dd96a4b391fe90c31b (patch) | |
tree | a57f2a4aacb9b336e958a04ee3bb955574f0c622 /testing/utop | |
parent | bc3c94ae351fae738490ed15d200ebd1a339fb1c (diff) | |
download | aports-add5a8e9173037d042c8e0dd96a4b391fe90c31b.tar.bz2 aports-add5a8e9173037d042c8e0dd96a4b391fe90c31b.tar.xz |
testing/utop: disable on arches without ocaml
Diffstat (limited to 'testing/utop')
-rw-r--r-- | testing/utop/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/utop/APKBUILD b/testing/utop/APKBUILD index 1c5cc571ce..33693ea6a4 100644 --- a/testing/utop/APKBUILD +++ b/testing/utop/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.1.0 pkgrel=0 pkgdesc="Universal toplevel for OCaml" url="https://github.com/diml/utop" -arch="all" +arch="all !x86 !armhf !s390x !ppc64le" # limited by ocaml and ocaml-cppo aports license="BSD-3-Clause" depends=" ocaml-$pkgname=$pkgver-r$pkgrel |