aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:26:50 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:26:50 +0000
commitf79d6c9fc0dfd25a3550437e2673b5c5984c2c99 (patch)
tree9384ed03bb2a0fd35b3953d7a3c34cb6ebd209dd
parent599958947b40bc823ca4c0a9cc921e11b147030d (diff)
downloadaports-f79d6c9fc0dfd25a3550437e2673b5c5984c2c99.tar.bz2
aports-f79d6c9fc0dfd25a3550437e2673b5c5984c2c99.tar.xz
community/gdm: disable on mips
-rw-r--r--community/gdm/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gdm/APKBUILD b/community/gdm/APKBUILD
index 8f7122c341..73d25f5b86 100644
--- a/community/gdm/APKBUILD
+++ b/community/gdm/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.34.1
pkgrel=1
pkgdesc="GNOME display manager"
url="https://wiki.gnome.org/Projects/GDM"
-arch="all !armhf !s390x !ppc64le"
+arch="all !armhf !s390x !ppc64le !mips !mips64"
license="GPL-2.0-or-later"
depends="dconf linux-pam gnome-settings-daemon gnome-shell xorg-server
xorg-server-xwayland xrdb gsettings-desktop-schemas gnome-session"