From 33c95630963c0042819369f109f0e60d4a8eb8c7 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 7 Aug 2018 12:17:16 +0000 Subject: testing/qt5-qtwebengine: disable on s390x its not supported: QtWebEngine can only be built for x86, x86-64, ARM, Aarch64, and MIPSel architectures. --- testing/qt5-qtwebengine/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/qt5-qtwebengine') diff --git a/testing/qt5-qtwebengine/APKBUILD b/testing/qt5-qtwebengine/APKBUILD index ee31d337cf..5ab0abe478 100644 --- a/testing/qt5-qtwebengine/APKBUILD +++ b/testing/qt5-qtwebengine/APKBUILD @@ -4,9 +4,9 @@ pkgver=5.10.1 pkgrel=4 pkgdesc="Qt5 - QtWebEngine components" url="http://qt-project.org/" -# ppc64le: not supported +# ppc64le, s390x: not supported # x86: fails to build -arch="all !ppc64le !x86" +arch="all !ppc64le !x86 !s390x" 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