aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-25 15:31:48 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-25 15:31:48 -0300
commit643b8d87ed2cd5188c4e9ab6a91f735cabf07a41 (patch)
tree63e905a1d9be8b386a46ea4e4d578ad7a67a02e8 /testing
parent44b00128cdf9493d8c2bd0e4111f4eec29ec4260 (diff)
downloadaports-643b8d87ed2cd5188c4e9ab6a91f735cabf07a41.tar.bz2
aports-643b8d87ed2cd5188c4e9ab6a91f735cabf07a41.tar.xz
testing/plasma-pa: limit on armhf
Diffstat (limited to 'testing')
-rw-r--r--testing/plasma-pa/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/plasma-pa/APKBUILD b/testing/plasma-pa/APKBUILD
index 867795b45e..90b8213ab0 100644
--- a/testing/plasma-pa/APKBUILD
+++ b/testing/plasma-pa/APKBUILD
@@ -5,6 +5,8 @@ pkgver=5.16.2
pkgrel=0
pkgdesc="Plasma applet for audio volume management using PulseAudio"
arch="all !ppc64le !s390x" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine
+# https://build.alpinelinux.org/buildlogs/build-edge-armhf/testing/plasma-pa/plasma-pa-5.16.2-r0.log
+arch="$arch !armhf"
url="https://www.kde.org/workspaces/plasmadesktop/"
license="LGPL-2.1-only OR LGPL-3.0-only AND GPL-2.0-only"
depends="pulseaudio kirigami2"