aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-25 09:31:16 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-25 09:31:16 +0000
commitb826641f291c63ded187c40f18e0febb32d57865 (patch)
tree8edeff8ea90f0108f33e27b3ad6adf19ca83d2ae /community
parentc52f00900458893fd309ddfc73e3b0be631427e5 (diff)
community/unison: build only for x86_64
Diffstat (limited to 'community')
-rw-r--r--community/unison/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD
index 0150413df32..7c76448346a 100644
--- a/community/unison/APKBUILD
+++ b/community/unison/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
pkgname=unison
pkgver=2.48.4
-pkgrel=3
+pkgrel=4
pkgdesc="Unison - efficient file-synchronization tool"
url="https://www.cis.upenn.edu/~bcpierce/unison/"
-# ocaml is not built for x86, armhf
+# ocaml is not built for x86, armhf, ppc64le
# lablgtk is not built for aarch64
-arch="all !x86 !armhf !aarch64"
+arch="x86_64"
license="GPL"
makedepends="ocaml lablgtk-dev linux-headers emacs-nox"
subpackages="$pkgname-doc"