From 6a415dcf73d9f9e3ecd86cc6e16178ae09325c17 Mon Sep 17 00:00:00 2001 From: TBK <tbk@jjtc.eu> Date: Sat, 25 May 2019 19:20:02 +0200 Subject: [PATCH] testing/gnome-shell: disable ppc64le See f62562e0a3a44a017eadcaffb0978955f29dec71 --- testing/gnome-shell/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/gnome-shell/APKBUILD b/testing/gnome-shell/APKBUILD index 4714df65d6f0..2c15ea3e69c9 100644 --- a/testing/gnome-shell/APKBUILD +++ b/testing/gnome-shell/APKBUILD @@ -4,7 +4,7 @@ pkgver=3.32.2 pkgrel=1 pkgdesc="GNOME shell" url="https://wiki.gnome.org/Projects/GnomeShell" -arch="all !aarch64 !armhf !armv7 !s390x" +arch="all !aarch64 !armhf !armv7 !s390x !ppc64le" # ppc64le limited by mutter license="GPL-2.0-or-later" depends="accountsservice caribou -- GitLab