diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-24 18:19:47 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-24 18:19:47 +0100 |
commit | a29fdeeaca380a18ac51c4321c97ccd3e8a69e67 (patch) | |
tree | 85250b2d85e18a1bcecef8696853ef4df844f46e /community | |
parent | 4f99eb15e0f80432380c6bcc12b5fe35a347e370 (diff) | |
download | aports-a29fdeeaca380a18ac51c4321c97ccd3e8a69e67.tar.bz2 aports-a29fdeeaca380a18ac51c4321c97ccd3e8a69e67.tar.xz |
community/mate-indicator-applet: disable on s390x
Diffstat (limited to 'community')
-rw-r--r-- | community/mate-indicator-applet/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mate-indicator-applet/APKBUILD b/community/mate-indicator-applet/APKBUILD index 8cbf91af64..e5b3f8365b 100644 --- a/community/mate-indicator-applet/APKBUILD +++ b/community/mate-indicator-applet/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.22.1 pkgrel=0 pkgdesc="A small applet to display information from various applications consistently in the panel" url="https://github.com/mate-desktop/mate-indicator-applet" -arch="all" +arch="all !s390x" # mate-panel -> mate-desktop license="GPL-3.0 LGPL-2.1" makedepends="autoconf automake libtool mate-common glib-dev gtk+3.0-dev mate-panel-dev intltool libindicator-dev" |