From 5e588adf5159c1ddb146fc35e3b12771abf8ebd9 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Wed, 28 Aug 2019 14:56:35 +0000 Subject: Revert "community/unison:Enable aarch64 Support" This reverts commit 836943b711480f5197503f1ac221f59ad910b059. --- community/unison/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community') diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD index bb05e5f3e9..970e9ec147 100644 --- a/community/unison/APKBUILD +++ b/community/unison/APKBUILD @@ -9,7 +9,8 @@ pkgrel=0 pkgdesc="Efficient file-synchronization tool" url="https://www.cis.upenn.edu/~bcpierce/unison/" # ocaml is not built for x86, armhf, s390x -arch="all !x86 !armhf !armv7 !s390x" +# ocaml-lablgtk is not built for aarch64 +arch="all !x86 !armhf !armv7 !aarch64 !s390x" license="GPL-3.0+" makedepends="ocaml ocaml-lablgtk-dev linux-headers emacs-nox bash" subpackages="$pkgname-gui" -- cgit v1.2.3