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-angelfish/APKBUILD | |
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-angelfish/APKBUILD')
-rw-r--r-- | community/plasma-angelfish/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/plasma-angelfish/APKBUILD b/community/plasma-angelfish/APKBUILD index d9131aceb1..46ea664419 100644 --- a/community/plasma-angelfish/APKBUILD +++ b/community/plasma-angelfish/APKBUILD @@ -4,7 +4,7 @@ pkgname=plasma-angelfish pkgver=1.3.0 pkgrel=0 pkgdesc="Small Webbrowser for Plasma Mobile" -arch="all !ppc64le !s390x" # Limited by qt5-qtwebengine +arch="all !ppc64le !s390x !armhf" # ppc64le and s390x blocked by qt5-qtwebengine, armhf blocked by kirigami2 -> qt5-qtdeclarative-dev url="https://phabricator.kde.org/source/plasma-angelfish/" license="GPL-3.0-or-later" depends="kirigami2 plasma-framework purpose" |