aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-01-17 07:40:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-01-17 07:40:51 +0000
commit1bf526bd4e1c902e0ee977df60a2c64e873972c5 (patch)
tree8c1723d2da45ddc0604152ffb11399e4269b071c
parent8167dcc9aeda0c8205949874d6a3a3d62f0d420d (diff)
downloadaports-1bf526bd4e1c902e0ee977df60a2c64e873972c5.tar.bz2
aports-1bf526bd4e1c902e0ee977df60a2c64e873972c5.tar.xz
community/qt5-qtdeclarative: re-enable armhf to unblock builders
armhf is still broken at runtime, but still builds. There are a ton of packages that (indirectly) depends on qt5-qtdeclarative. renable armhf til those have be disabled so we avoid block the builders.
-rw-r--r--community/qt5-qtdeclarative/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/qt5-qtdeclarative/APKBUILD b/community/qt5-qtdeclarative/APKBUILD
index 565144c868..2c16971f96 100644
--- a/community/qt5-qtdeclarative/APKBUILD
+++ b/community/qt5-qtdeclarative/APKBUILD
@@ -10,7 +10,7 @@ _v=${_ver/rc/RC}
pkgrel=1
pkgdesc="Qt5 - QtDeclarative component"
url="http://qt-project.org/"
-arch="all !armhf" # Broken on armhf, upstream bug report https://bugreports.qt.io/browse/QTBUG-65246
+arch="all" # Broken on armhf, upstream bug report https://bugreports.qt.io/browse/QTBUG-65246
license="LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0"
makedepends="qt5-qtbase-dev python3"
subpackages="$pkgname-dev"