From e95fa260c8e1d81eb15465d2956958c90109f075 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 14 Dec 2017 21:59:48 +0100 Subject: [PATCH] qt5-qtwebengine: disable aarch64 and armhf (see #1008) (Not increasing the pkgrel, because we really don't want to build this when not necessary.) --- aports/main/qt5-qtwebengine/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aports/main/qt5-qtwebengine/APKBUILD b/aports/main/qt5-qtwebengine/APKBUILD index 846b184f..eae8040a 100644 --- a/aports/main/qt5-qtwebengine/APKBUILD +++ b/aports/main/qt5-qtwebengine/APKBUILD @@ -1,7 +1,8 @@ pkgname=qt5-qtwebengine pkgver=5.9.3 pkgrel=0 -arch="all" +# Disabled for armhf, aarch64 (see #1008) +arch="x86_64" url='http://qt-project.org/' license="GPL3 LGPL3 FDL custom" pkgdesc='Provides communication between JS/HTML and Qt apps'