diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-07 12:17:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-07 12:17:16 +0000 |
commit | 33c95630963c0042819369f109f0e60d4a8eb8c7 (patch) | |
tree | c7cc4b6e22647c171cdae7aab971407a4efbbd18 /testing/qt5-qtwebengine | |
parent | 85b97ab485c6f770383a1829e8a0468de8c8f696 (diff) | |
download | aports-33c95630963c0042819369f109f0e60d4a8eb8c7.tar.bz2 aports-33c95630963c0042819369f109f0e60d4a8eb8c7.tar.xz |
testing/qt5-qtwebengine: disable on s390x
its not supported:
QtWebEngine can only be built for x86, x86-64, ARM, Aarch64, and MIPSel
architectures.
Diffstat (limited to 'testing/qt5-qtwebengine')
-rw-r--r-- | testing/qt5-qtwebengine/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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 |