diff options
author | Shiz <hi@shiz.me> | 2017-05-13 06:44:42 +0200 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2017-05-13 06:44:42 +0200 |
commit | 49c571495e3a7bdecc27f1790e8fc035f579296e (patch) | |
tree | 804e3320bca29a236f23235dd7dc66b85b7e548f /community | |
parent | 445c9d04ab41123f27aa04b723fca7d47cf4fd09 (diff) | |
download | aports-49c571495e3a7bdecc27f1790e8fc035f579296e.tar.bz2 aports-49c571495e3a7bdecc27f1790e8fc035f579296e.tar.xz |
community/unison: disable on s390x
Diffstat (limited to 'community')
-rw-r--r-- | community/unison/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD index adc67fc424..06f6ea70db 100644 --- a/community/unison/APKBUILD +++ b/community/unison/APKBUILD @@ -5,9 +5,9 @@ pkgver=2.48.4 pkgrel=3 pkgdesc="Unison - efficient file-synchronization tool" url="https://www.cis.upenn.edu/~bcpierce/unison/" -# ocaml is not built for x86, armhf, ppc64le +# ocaml is not built for x86, armhf, ppc64le, s390x # lablgtk is not built for aarch64 -arch="all !x86 !armhf !aarch64 !ppc64le" +arch="all !x86 !armhf !aarch64 !ppc64le !s390x" license="GPL" makedepends="ocaml lablgtk-dev linux-headers emacs-nox" subpackages="$pkgname-doc" |