aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-04 18:37:30 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-04 18:37:30 +0100
commit027021d7d510be391b41e5705bf65190ff12abb4 (patch)
tree872cc85de3ee87a3182803ce2515cc60004ee580
parent1aea7936c2050274008defc7bded07d5a3f16f4b (diff)
downloadaports-027021d7d510be391b41e5705bf65190ff12abb4.tar.bz2
aports-027021d7d510be391b41e5705bf65190ff12abb4.tar.xz
community/mate-utils: disable on s390x
-rw-r--r--community/mate-utils/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mate-utils/APKBUILD b/community/mate-utils/APKBUILD
index 5473005959..4e5df3e1be 100644
--- a/community/mate-utils/APKBUILD
+++ b/community/mate-utils/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.22.2
pkgrel=0
pkgdesc="Utilities for the MATE Desktop"
url="https://github.com/mate-desktop/mate-utils"
-arch="all"
+arch="all !s390x" # Limited by mate-panel
license="GPL-2.0"
makedepends="intltool glib-dev gtk+3.0-dev mate-panel-dev
libgtop-dev libcanberra-dev inkscape itstool libsm-dev libxml2-utils"