aboutsummaryrefslogtreecommitdiffstats
path: root/community/kscreen
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-01-09 20:52:18 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-09 20:53:02 +0100
commit070ec18ff3be6f04782e54d11e3a32b60d3b54e8 (patch)
tree80ee37d9965cf01fb2b4daf05d2dc5d2a5483acd /community/kscreen
parentc03efb75a0fc805dc3d14d08e8258a6682b2f284 (diff)
downloadaports-070ec18ff3be6f04782e54d11e3a32b60d3b54e8.tar.bz2
aports-070ec18ff3be6f04782e54d11e3a32b60d3b54e8.tar.xz
community/kscreen: disable on armhf
Yet another case of ceasing to work due to qtdeclarative getting disabled.
Diffstat (limited to 'community/kscreen')
-rw-r--r--community/kscreen/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kscreen/APKBUILD b/community/kscreen/APKBUILD
index 2f850923d4..b21d9ab654 100644
--- a/community/kscreen/APKBUILD
+++ b/community/kscreen/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kscreen
pkgver=5.17.5
pkgrel=0
pkgdesc="KDE's screen management software"
-arch="all"
+arch="all !armhf" # qtdeclarative
url="https://www.kde.org/workspaces/plasmadesktop/"
license="GPL-2.0-or-later AND LGPL-2.1-or-later"
depends="hicolor-icon-theme"