diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-12-05 11:59:06 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-12-05 12:13:14 +0000 |
commit | ac3bd71db50075cabf3c4acf38c562322e0dc77c (patch) | |
tree | 587f5914c5ed3853ff3c25c49c597ce3c35526fd /community | |
parent | c90b8ed7f14140f3cf4077a3dc5875b4c4aa2356 (diff) | |
download | aports-ac3bd71db50075cabf3c4acf38c562322e0dc77c.tar.bz2 aports-ac3bd71db50075cabf3c4acf38c562322e0dc77c.tar.xz |
community/gnome-contacts: disable on s390x
This depends on libhandy, which depends on ibus, which is missing on s390x.
Diffstat (limited to 'community')
-rw-r--r-- | community/gnome-contacts/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-contacts/APKBUILD b/community/gnome-contacts/APKBUILD index f4a48211d9..b6726a6bb8 100644 --- a/community/gnome-contacts/APKBUILD +++ b/community/gnome-contacts/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.34 pkgrel=0 pkgdesc="A contacts manager for GNOME" url="https://wiki.gnome.org/Apps/Contacts" -arch="all" +arch="all !s390x" # libhandy is missing license="GPL-2.0-or-later" makedepends="meson vala folks-dev libgee-dev glib-dev gnome-desktop-dev gnome-online-accounts-dev cheese-dev evolution-data-server-dev telepathy-glib-dev |