Skip to content
Snippets Groups Projects
Commit adbaad63 authored by Newbyte's avatar Newbyte :snowflake: Committed by alice
Browse files

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.
parent 18dcc952
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!36710community/supertuxkart: disable on s390x
Pipeline #130345 passed
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
pkgname=supertuxkart pkgname=supertuxkart
pkgver=1.3 pkgver=1.3
pkgrel=1 pkgrel=1
arch="all" # s390x mainframes don't have GPUs
arch="all !s390x"
url="https://supertuxkart.net/" url="https://supertuxkart.net/"
pkgdesc="Kart racing game featuring Tux and his friends" pkgdesc="Kart racing game featuring Tux and his friends"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment