From b02f44dbd7339c9c03d7a743b235cd0fa09da3e7 Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Fri, 11 Sep 2020 02:43:10 -0300 Subject: [PATCH] community/lxdm: disable on mips, mips64 and s390x --- community/lxdm/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/lxdm/APKBUILD b/community/lxdm/APKBUILD index 52baad456a86..3bae2e54cc0f 100644 --- a/community/lxdm/APKBUILD +++ b/community/lxdm/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.5.3 pkgrel=3 pkgdesc="LXDE desktop login manager" url="https://wiki.lxde.org/en/LXDM" -arch="all" +arch="all !mips !mips64 !s390x" # consolekit2->polkit license="GPL-3.0-or-later" depends="bash" makedepends="gtk+2.0-dev consolekit2-dev autoconf automake libtool intltool -- GitLab