aboutsummaryrefslogtreecommitdiffstats
path: root/community/unison
diff options
context:
space:
mode:
authorossdev <ossdev@puresoftware.com>2019-07-19 07:01:56 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-08-28 14:41:34 +0000
commit836943b711480f5197503f1ac221f59ad910b059 (patch)
tree6b6384901b36bd3cab595df4884404da040777b5 /community/unison
parentf5a0100f832610024e59f637988b5e5003c10451 (diff)
downloadaports-836943b711480f5197503f1ac221f59ad910b059.tar.bz2
aports-836943b711480f5197503f1ac221f59ad910b059.tar.xz
community/unison:Enable aarch64 Support
Signed-off-by: ossdev <ossdev@puresoftware.com>
Diffstat (limited to 'community/unison')
-rw-r--r--community/unison/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD
index 970e9ec147..bb05e5f3e9 100644
--- a/community/unison/APKBUILD
+++ b/community/unison/APKBUILD
@@ -9,8 +9,7 @@ pkgrel=0
pkgdesc="Efficient file-synchronization tool"
url="https://www.cis.upenn.edu/~bcpierce/unison/"
# ocaml is not built for x86, armhf, s390x
-# ocaml-lablgtk is not built for aarch64
-arch="all !x86 !armhf !armv7 !aarch64 !s390x"
+arch="all !x86 !armhf !armv7 !s390x"
license="GPL-3.0+"
makedepends="ocaml ocaml-lablgtk-dev linux-headers emacs-nox bash"
subpackages="$pkgname-gui"