diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-12-19 13:45:36 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-04 20:03:01 +0100 |
commit | d33b26afd532c021810d466a6c1a229d6e187ca3 (patch) | |
tree | 37f7eaaf815ae3bc4c570855a30a684481f52d3d /community/plasma-thunderbolt | |
parent | ca1961dea4e1ac1ed068861608889799117ff5ef (diff) | |
download | aports-d33b26afd532c021810d466a6c1a229d6e187ca3.tar.bz2 aports-d33b26afd532c021810d466a6c1a229d6e187ca3.tar.xz |
community/qt5-qtdeclarative: disable on armhf
It is broken currently (and probably forever), upstream bug report
https://bugreports.qt.io/browse/QTBUG-65246
Disable armhf for all packages that depend on qt5-qtdeclarative in one
way or another
Diffstat (limited to 'community/plasma-thunderbolt')
-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 0a5c59620c..a556a8cf94 100644 --- a/community/plasma-thunderbolt/APKBUILD +++ b/community/plasma-thunderbolt/APKBUILD @@ -3,7 +3,7 @@ pkgname=plasma-thunderbolt pkgver=5.17.4 pkgrel=0 -arch="all !armhf !armv7" # Limited by bolt -> polkit +arch="all !armhf !armv7" # Limited by bolt -> polkit, armhf also limited by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" pkgdesc="Plasma integration for controlling Thunderbolt devices" license="GPL-2.0-only OR GPL-3.0-only" |