diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-25 17:47:19 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-25 17:47:19 +0100 |
commit | d2e2c98befe7b29f74908bdbef58da38bc1d3617 (patch) | |
tree | 4c0ac9871ebd8b0e5bdd5f086ac1cdd048f7a99a /community/mate-sensors-applet | |
parent | 2b42e5b7ded29e2939c9cb7781ba9ea3ed2ea92a (diff) | |
download | aports-d2e2c98befe7b29f74908bdbef58da38bc1d3617.tar.bz2 aports-d2e2c98befe7b29f74908bdbef58da38bc1d3617.tar.xz |
community/mate-sensors-applet: disable on s390x
Diffstat (limited to 'community/mate-sensors-applet')
-rw-r--r-- | community/mate-sensors-applet/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mate-sensors-applet/APKBUILD b/community/mate-sensors-applet/APKBUILD index ac149cdda0..ee31581e07 100644 --- a/community/mate-sensors-applet/APKBUILD +++ b/community/mate-sensors-applet/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.22.1 pkgrel=0 pkgdesc="Applet for the MATE Panel to display readings from hardware sensors" url="https://github.com/mate-desktop/mate-sensors-applet" -arch="all" +arch="all !s390x" # Limited by mate-panel license="GPL-2.0-or-later" depends="perl-xml-parser" makedepends="intltool glib-dev gtk+3.0-dev mate-panel-dev libxslt-dev |