diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 12:50:48 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 12:50:48 +0100 |
commit | 4f7de68a002212ff825462dcacb0cccc2f171d9f (patch) | |
tree | 863f55921a02c9a799a703087393f54ecfc763c2 /community/marco | |
parent | 0904820f0a713725fdf6051d1e5996e184965437 (diff) | |
download | aports-4f7de68a002212ff825462dcacb0cccc2f171d9f.tar.bz2 aports-4f7de68a002212ff825462dcacb0cccc2f171d9f.tar.xz |
community/marco: disable on s390x
Diffstat (limited to 'community/marco')
-rw-r--r-- | community/marco/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/marco/APKBUILD b/community/marco/APKBUILD index 67300d078d..20347e3d80 100644 --- a/community/marco/APKBUILD +++ b/community/marco/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.22.3 pkgrel=0 pkgdesc="MATE window manager" url="https://github.com/mate-desktop/marco" -arch="all" +arch="all !s390x" # Limited by mate-desktop license="GPL-2.0-or-later" depends="mate-common yelp-tools libxml2-utils mate-desktop" makedepends="libtool itstool zenity intltool glib-dev gtk+3.0-dev |