From f15db952d3afa07d84a4c7b059080ef49c67910f Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Fri, 15 Nov 2019 13:53:31 +0100 Subject: [PATCH] community/plasma-thunderbolt: limit on armhf and armv7 --- community/plasma-thunderbolt/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/plasma-thunderbolt/APKBUILD b/community/plasma-thunderbolt/APKBUILD index e5f7e98cf44..d8e78d0fe28 100644 --- a/community/plasma-thunderbolt/APKBUILD +++ b/community/plasma-thunderbolt/APKBUILD @@ -3,7 +3,7 @@ pkgname=plasma-thunderbolt pkgver=5.17.3 pkgrel=0 -arch="all" +arch="all !armhf !armv7" # Limited by bolt -> polkit url="https://www.kde.org/workspaces/plasmadesktop/" pkgdesc="Plasma integration for controlling Thunderbolt devices" license="GPL-2.0-only OR GPL-3.0-only"