diff options
-rw-r--r-- | community/geary/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/geary/APKBUILD b/community/geary/APKBUILD index ca56156500..fb0f244b6c 100644 --- a/community/geary/APKBUILD +++ b/community/geary/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.11.3 pkgrel=0 pkgdesc="A lightweight email program designed around conversations" url="http://yorba.org/geary/" -arch="all !ppc64le" +arch="all !ppc64le !s390x" license="LGPLv2+" depends="hicolor-icon-theme gsettings-desktop-schemas" depends_dev="" |