diff options
-rw-r--r-- | community/geary/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/community/geary/APKBUILD b/community/geary/APKBUILD index eb78bd1bb4..bcbe2bc7db 100644 --- a/community/geary/APKBUILD +++ b/community/geary/APKBUILD @@ -5,7 +5,9 @@ pkgver=3.34.2 pkgrel=0 pkgdesc="Geary is an email application built around conversations" url="https://wiki.gnome.org/Apps/Geary" -arch="all !armhf" #failing tests +# tests fail on armhf +# libhandy is not available on s390x +arch="all !armhf !s390x" license="LGPL-2.1-or-later AND CC-BY-3.0 AND BSD-2-Clause" depends="iso-codes" makedepends="meson glib-dev gtk+3.0-dev sqlite-dev webkit2gtk-dev enchant2-dev |