aboutsummaryrefslogtreecommitdiff
path: root/community/falkon
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-12-19 13:45:36 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-04 20:03:01 +0100
commitd33b26afd532c021810d466a6c1a229d6e187ca3 (patch)
tree37f7eaaf815ae3bc4c570855a30a684481f52d3d /community/falkon
parentca1961dea4e1ac1ed068861608889799117ff5ef (diff)
downloadalpine_aports-d33b26afd532c021810d466a6c1a229d6e187ca3.tar.bz2
alpine_aports-d33b26afd532c021810d466a6c1a229d6e187ca3.tar.xz
alpine_aports-d33b26afd532c021810d466a6c1a229d6e187ca3.zip
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/falkon')
-rw-r--r--community/falkon/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/falkon/APKBUILD b/community/falkon/APKBUILD
index 0f75050770..b36a8636e3 100644
--- a/community/falkon/APKBUILD
+++ b/community/falkon/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.1.0
5pkgrel=1 5pkgrel=1
6pkgdesc="Cross-platform Qt Web Browser" 6pkgdesc="Cross-platform Qt Web Browser"
7url="https://github.com/KDE/falkon" 7url="https://github.com/KDE/falkon"
8arch="all !ppc64le !s390x" # Limited by qt5-qtwebengine 8arch="all !ppc64le !s390x !armhf" # ppc64le and s390x blocked by qt5-qtwebengine, armhf blocked by qt5-qtdeclarative
9license="GPL-3.0-or-later" 9license="GPL-3.0-or-later"
10depends="qt5-qtbase-sqlite" 10depends="qt5-qtbase-sqlite"
11makedepends="cmake python3 qt5-qtbase-dev extra-cmake-modules qt5-qtdeclarative-dev 11makedepends="cmake python3 qt5-qtbase-dev extra-cmake-modules qt5-qtdeclarative-dev