aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-21 11:13:44 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-21 11:13:44 -0300
commit00f48db88d3b40fead42e7379d16922a2c7c2482 (patch)
treeb45afefa424de0c301ff8b0ccf1b31a1712f1dd9 /testing
parent10ff99f185cf068e1d488dedc3b2afc2bff92882 (diff)
testing/pulseaudio-qt: limit on s390x
Diffstat (limited to 'testing')
-rw-r--r--testing/pulseaudio-qt/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pulseaudio-qt/APKBUILD b/testing/pulseaudio-qt/APKBUILD
index ca7501815e8..7c3eb23b400 100644
--- a/testing/pulseaudio-qt/APKBUILD
+++ b/testing/pulseaudio-qt/APKBUILD
@@ -3,7 +3,7 @@
pkgname=pulseaudio-qt
pkgver=1.1.0
pkgrel=0
-arch="all"
+arch="all !s390x" # Limited by pulseaudio
url="https://cgit.kde.org/pulseaudio-qt.git/"
pkgdesc="Pulseaudio bindings for Qt"
license="LGPL-2.1-only OR LGPL-3.0-only"