diff options
author | psykose <alice@ayaya.dev> | 2023-06-02 22:01:28 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-06-03 00:01:33 +0200 |
commit | d029754e349d2b51934dcb9a5e8b0790e500ebf8 (patch) | |
tree | f80fb7aba99a1570fe64ecf7ce27dfaa071a351e | |
parent | 895737f3334862a96ddccc98fb433a0077683298 (diff) | |
download | aports-master.tar.gz aports-master.tar.bz2 aports-master.tar.xz |
-rw-r--r-- | testing/sc-controller/APKBUILD | 3 |
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 |