diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-11-15 13:53:31 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-15 13:56:08 +0100 |
commit | f15db952d3afa07d84a4c7b059080ef49c67910f (patch) | |
tree | 0ad6ae8f0990ca4145c7dfad6fbe27034c69d108 /community/plasma-thunderbolt/APKBUILD | |
parent | 69b0d6d071821bbe05b2dda73d795292f39552b6 (diff) | |
download | aports-f15db952d3afa07d84a4c7b059080ef49c67910f.tar.bz2 aports-f15db952d3afa07d84a4c7b059080ef49c67910f.tar.xz |
community/plasma-thunderbolt: limit on armhf and armv7
Diffstat (limited to 'community/plasma-thunderbolt/APKBUILD')
-rw-r--r-- | community/plasma-thunderbolt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/plasma-thunderbolt/APKBUILD b/community/plasma-thunderbolt/APKBUILD index e5f7e98cf4..d8e78d0fe2 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" |