aboutsummaryrefslogtreecommitdiffstats
path: root/community/unison
diff options
context:
space:
mode:
Diffstat (limited to 'community/unison')
-rw-r--r--community/unison/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD
index a79acae88d..970e9ec147 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
# ocaml-lablgtk is not built for aarch64
-arch="all !x86 !armhf !aarch64 !s390x"
+arch="all !x86 !armhf !armv7 !aarch64 !s390x"
license="GPL-3.0+"
makedepends="ocaml ocaml-lablgtk-dev linux-headers emacs-nox bash"
subpackages="$pkgname-gui"