diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-08-28 14:56:35 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-08-28 14:56:35 +0000 |
commit | 5e588adf5159c1ddb146fc35e3b12771abf8ebd9 (patch) | |
tree | b1d13c4e81578fd72a3d71729659d068cd9eb5d9 /community | |
parent | 16544fb65e2a01633780ddceb6fc32a8ed539490 (diff) | |
download | aports-5e588adf5159c1ddb146fc35e3b12771abf8ebd9.tar.bz2 aports-5e588adf5159c1ddb146fc35e3b12771abf8ebd9.tar.xz |
Revert "community/unison:Enable aarch64 Support"
This reverts commit 836943b711480f5197503f1ac221f59ad910b059.
Diffstat (limited to 'community')
-rw-r--r-- | community/unison/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
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" |