aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorodidev <odidev@puresoftware.com>2020-04-17 07:10:59 +0000
committerodidev <odidev@puresoftware.com>2020-04-17 07:10:59 +0000
commitc0b9647ee772d93130dbd83ae79d7a8da20d7742 (patch)
tree3a46aefdcfa26271837e932218aca0f809c0fde3
parenta172243d7ca1909d28ee36cea539d43803147510 (diff)
community/unison: enable on aarch64
-rw-r--r--community/unison/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD
index 23e64b43695..b024115db3a 100644
--- a/community/unison/APKBUILD
+++ b/community/unison/APKBUILD
@@ -10,7 +10,7 @@ pkgdesc="Efficient file-synchronization tool"
url="https://www.cis.upenn.edu/~bcpierce/unison/"
# ocaml is not built for x86, armhf, s390x, mips, mips64
# ocaml-lablgtk is not built for aarch64
-arch="all !x86 !armhf !armv7 !aarch64 !s390x !mips !mips64"
+arch="all !x86 !armhf !armv7 !s390x !mips !mips64"
license="GPL-3.0-or-later"
makedepends="ocaml ocaml-lablgtk-dev linux-headers emacs-nox bash"
subpackages="$pkgname-gui"