aboutsummaryrefslogtreecommitdiffstats
path: root/testing/unison
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-01-28 01:07:55 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-01-28 01:08:32 +0100
commit1b0f39f310060bddec88b7b84cd3a3e8527a1cad (patch)
tree6bc75fd1246e263e2173884e8f7135e0aef7fa75 /testing/unison
parent10fef620753dfd9d0cf32e8cfb9f1e8b78c480ab (diff)
downloadaports-1b0f39f310060bddec88b7b84cd3a3e8527a1cad.tar.bz2
aports-1b0f39f310060bddec88b7b84cd3a3e8527a1cad.tar.xz
testing/unison: disable on x86 (depends on available)
Diffstat (limited to 'testing/unison')
-rw-r--r--testing/unison/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/unison/APKBUILD b/testing/unison/APKBUILD
index ef989a2b6d..f4defbe78f 100644
--- a/testing/unison/APKBUILD
+++ b/testing/unison/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.48.4
pkgrel=2
pkgdesc="Unison - efficient file-synchronization tool"
url="https://www.cis.upenn.edu/~bcpierce/unison/"
-arch="x86_64 armhf aarch64"
+arch="all !x86 !armhf" # limited by ocaml abuild
license="GPL"
depends=""
makedepends="ocaml lablgtk-dev linux-headers emacs-nox"