From e5d83924cd28d281fc92beab7ca029be1acde5d4 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 24 May 2018 18:06:51 +0200 Subject: testing/qt5-qtwebengine: disable on ppc64le QtWebEngine can only be built for x86, x86-64, ARM, Aarch64, and MIPSel architectures. QtWebEngine will not be built. make: Nothing to be done for 'first'. --- testing/qt5-qtwebengine/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/qt5-qtwebengine') diff --git a/testing/qt5-qtwebengine/APKBUILD b/testing/qt5-qtwebengine/APKBUILD index 3541d67d08..3c2bea2954 100644 --- a/testing/qt5-qtwebengine/APKBUILD +++ b/testing/qt5-qtwebengine/APKBUILD @@ -4,7 +4,8 @@ pkgver=5.10.1 pkgrel=1 pkgdesc="Qt5 - QtWebEngine components" url="http://qt-project.org/" -arch="all" +# ppc64le: not supported +arch="all !ppc64le" license="LGPL-2.0 with exceptions or GPL-3.0 with exceptions" depends="" depends_dev="qt5-qtdeclarative-dev qt5-qtwebchannel-dev gstreamer-dev gst-plugins-base-dev -- cgit v1.2.3