aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-01-27 16:03:19 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-01-27 16:03:19 +0000
commitfe7d05727f206fb223c217e2881c43802e341f60 (patch)
treeb582d7ba7bb5c28b5362d517e8643fb29e22ea61 /testing
parent21ff260dfd3566732067446b1fcc4e15b007297c (diff)
downloadaports-fe7d05727f206fb223c217e2881c43802e341f60.tar.bz2
aports-fe7d05727f206fb223c217e2881c43802e341f60.tar.xz
testing/unison: disable on x86. Depends not avail
Diffstat (limited to 'testing')
-rw-r--r--testing/unison/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/unison/APKBUILD b/testing/unison/APKBUILD
index ad9dee1f84..967f0facff 100644
--- a/testing/unison/APKBUILD
+++ b/testing/unison/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
pkgname=unison
pkgver=2.48.4
-pkgrel=0
+pkgrel=1
pkgdesc="Unison - efficient file-synchronization tool"
url="https://www.cis.upenn.edu/~bcpierce/unison/"
-arch="all"
+arch="x86_64 armhf aarch64"
license="GPL"
depends=""
makedepends="ocaml lablgtk-dev linux-headers emacs-nox"