From adbaad63047c5a7e6e4a2c69019f6e236bc8e0df Mon Sep 17 00:00:00 2001
From: Newbyte <newbie13xd@gmail.com>
Date: Thu, 21 Jul 2022 14:16:45 -0400
Subject: [PATCH] community/supertuxkart: disable on s390x

As I understand, s390x mainframes don't have GPUs, so let's disable
supertuxkart there to save almost 1 GB of storage on the mirrors.
---
 community/supertuxkart/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/community/supertuxkart/APKBUILD b/community/supertuxkart/APKBUILD
index f59ac7bec8e1..bd345fed0593 100644
--- a/community/supertuxkart/APKBUILD
+++ b/community/supertuxkart/APKBUILD
@@ -4,7 +4,8 @@
 pkgname=supertuxkart
 pkgver=1.3
 pkgrel=1
-arch="all"
+# s390x mainframes don't have GPUs
+arch="all !s390x"
 url="https://supertuxkart.net/"
 pkgdesc="Kart racing game featuring Tux and his friends"
 license="GPL-3.0-or-later"
-- 
GitLab