diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-18 09:27:41 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-18 09:27:41 +0100 |
commit | 600a48d9ae8c0981b224063ed8e7979ee3b25db4 (patch) | |
tree | db02822eed53c7393325221de649576269b1c3ad /community/plasma | |
parent | 88a6de3f1fb0f8cdb5884c3248d293f7dad05cdf (diff) | |
download | aports-600a48d9ae8c0981b224063ed8e7979ee3b25db4.tar.bz2 aports-600a48d9ae8c0981b224063ed8e7979ee3b25db4.tar.xz |
community/plasma: disable on armhf due to qtdeclarative
Diffstat (limited to 'community/plasma')
-rw-r--r-- | community/plasma/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/plasma/APKBUILD b/community/plasma/APKBUILD index bd1c9a3f31..723254de53 100644 --- a/community/plasma/APKBUILD +++ b/community/plasma/APKBUILD @@ -5,7 +5,7 @@ pkgver=5.17.5 pkgrel=0 pkgdesc="Plasma (Base) meta package" url="https://kde.org/plasma-desktop" -arch="noarch !s390x !ppc64le" # Limited by kdeplasma-addons -> qt5-qtwebengine +arch="noarch !s390x !ppc64le !armhf" # Limited by kdeplasma-addons -> qt5-qtwebengine armhf: qtdeclarative options="!check" # No tests for a metapkg license="GPL-3.0-or-later" depends=" |