aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-06-02 22:01:28 +0000
committerpsykose <alice@ayaya.dev>2023-06-03 00:01:33 +0200
commitd029754e349d2b51934dcb9a5e8b0790e500ebf8 (patch)
treef80fb7aba99a1570fe64ecf7ce27dfaa071a351e
parent895737f3334862a96ddccc98fb433a0077683298 (diff)
downloadaports-master.tar.gz
aports-master.tar.bz2
aports-master.tar.xz
testing/sc-controller: disable on s390xHEADmaster
-rw-r--r--testing/sc-controller/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/sc-controller/APKBUILD b/testing/sc-controller/APKBUILD
index ee5ff890fd7..1aa00fb9bd2 100644
--- a/testing/sc-controller/APKBUILD
+++ b/testing/sc-controller/APKBUILD
@@ -5,7 +5,8 @@ pkgver=0.4.8.11
pkgrel=0
pkgdesc="User-mode driver and GTK3 based GUI for the Steam Controller"
url="https://github.com/Ryochan7/sc-controller"
-arch="all"
+# s390x: py3-vdf
+arch="all !s390x"
license="GPL-2.0-or-later"
depends="
gtk+3.0