diff options
author | Tuan Hoang <tmhoang@linux.ibm.com> | 2019-06-25 15:54:18 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 09:52:36 -0300 |
commit | 6ed2db88a873493c43bb6a38d89768ff7d61964d (patch) | |
tree | 147fde2b861fdca9e039f145c3df4a8bb66fba7f /testing/pulseaudio-qt | |
parent | 99b51ba2e0736ff54483b25a6e5c035f06b7e4a6 (diff) | |
download | aports-6ed2db88a873493c43bb6a38d89768ff7d61964d.tar.bz2 aports-6ed2db88a873493c43bb6a38d89768ff7d61964d.tar.xz |
testing/pulseaudio-qt: enable s390x
Diffstat (limited to 'testing/pulseaudio-qt')
-rw-r--r-- | testing/pulseaudio-qt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pulseaudio-qt/APKBUILD b/testing/pulseaudio-qt/APKBUILD index 7c3eb23b40..ca7501815e 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 !s390x" # Limited by pulseaudio +arch="all" url="https://cgit.kde.org/pulseaudio-qt.git/" pkgdesc="Pulseaudio bindings for Qt" license="LGPL-2.1-only OR LGPL-3.0-only" |