From 2d51770a747274ad9fc48d49c8532e1111883f5b Mon Sep 17 00:00:00 2001
From: Oliver Smith <ollieparanoid@postmarketos.org>
Date: Wed, 26 Oct 2022 20:27:13 +0200
Subject: [PATCH] main/postmarketos-ui-gnome-mobile: disable on riscv64

---
 main/postmarketos-ui-gnome-mobile/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/postmarketos-ui-gnome-mobile/APKBUILD b/main/postmarketos-ui-gnome-mobile/APKBUILD
index 9f4823ce5ed..1cfb3dff556 100644
--- a/main/postmarketos-ui-gnome-mobile/APKBUILD
+++ b/main/postmarketos-ui-gnome-mobile/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1
 pkgrel=0
 pkgdesc="(Wayland) Gnome Shell patched to adapt better to phones (Experimental)"
 url="https://gnome.org/"
-arch="noarch !armhf" # gnome-shell
+arch="noarch !armhf !riscv64" # gnome-shell / riscv64: mutter-mobile
 license="GPL-3.0-or-later"
 depends="
 	bolt
-- 
GitLab