aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gdm
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2019-05-25 19:32:00 +0200
committerTBK <tbk@jjtc.eu>2019-05-25 19:32:00 +0200
commit7a6fca661bbd0462666d16ed6f103a8328a8cf8c (patch)
tree8a1a88d96bdf0d44d655c25933e1c53b7e4b1770 /testing/gdm
parent6a415dcf73d9f9e3ecd86cc6e16178ae09325c17 (diff)
testing/gdm: disable ppc64le
Diffstat (limited to 'testing/gdm')
-rw-r--r--testing/gdm/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gdm/APKBUILD b/testing/gdm/APKBUILD
index ed671de12ef..dd9fff58d51 100644
--- a/testing/gdm/APKBUILD
+++ b/testing/gdm/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.32.0
pkgrel=0
pkgdesc="GNOME display manager"
url="https://wiki.gnome.org/Projects/GDM"
-arch="all !aarch64 !armhf !armv7 !s390x"
+arch="all !aarch64 !armhf !armv7 !s390x !ppc64le" # ppc64le limited by mutter
license="GPL-2.0-or-later"
depends="dconf linux-pam gnome-settings-daemon gnome-shell xorg-server
xorg-server-xwayland xrdb gsettings-desktop-schemas"