diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 09:57:29 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 09:57:29 -0300 |
commit | 58222ba8d12d04fc00f4b30c82af4ae3b1779c6e (patch) | |
tree | 12e96813735b47934e9dfe16e44ce8872ee0bfce /testing/kmix | |
parent | cb1c94732b0e5c80eec0282e988261f24dc870be (diff) | |
download | aports-58222ba8d12d04fc00f4b30c82af4ae3b1779c6e.tar.bz2 aports-58222ba8d12d04fc00f4b30c82af4ae3b1779c6e.tar.xz |
testing/kmix: enable on s390x
Diffstat (limited to 'testing/kmix')
-rw-r--r-- | testing/kmix/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kmix/APKBUILD b/testing/kmix/APKBUILD index 87f7f01369..d8121769d8 100644 --- a/testing/kmix/APKBUILD +++ b/testing/kmix/APKBUILD @@ -3,7 +3,7 @@ pkgname=kmix pkgver=19.04.2 pkgrel=0 -arch="all !s390x" # Limited by pulseaudio +arch="all" url="https://kde.org/applications/multimedia/org.kde.kmix" pkgdesc="A sound channel mixer and volume control" license="GPL-2.0-or-later AND LGPL-2.0-or-later AND GFDL-1.2-only" |