diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-28 11:26:10 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-28 11:26:10 +0100 |
commit | a31fabd98caeaa0efe4b181dfc4b96f8cac11829 (patch) | |
tree | 3327e06f0edfb86c67869ad13d377206a0a8293b /testing/unison | |
parent | f68941ab8051f25fe3475c9478ef1ac6c3c06aa6 (diff) | |
download | aports-a31fabd98caeaa0efe4b181dfc4b96f8cac11829.tar.bz2 aports-a31fabd98caeaa0efe4b181dfc4b96f8cac11829.tar.xz |
testing/unison: disable on aarch64 (depends not available)
Diffstat (limited to 'testing/unison')
-rw-r--r-- | testing/unison/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/unison/APKBUILD b/testing/unison/APKBUILD index f4defbe78f..1039b742d5 100644 --- a/testing/unison/APKBUILD +++ b/testing/unison/APKBUILD @@ -5,7 +5,9 @@ pkgver=2.48.4 pkgrel=2 pkgdesc="Unison - efficient file-synchronization tool" url="https://www.cis.upenn.edu/~bcpierce/unison/" -arch="all !x86 !armhf" # limited by ocaml abuild +# ocaml is not built for x86, armhf +# lablgtk is not built for aarch64 +arch="all !x86 !armhf !aarch64" license="GPL" depends="" makedepends="ocaml lablgtk-dev linux-headers emacs-nox" |