diff options
Diffstat (limited to 'testing/qt5-qtwebengine/APKBUILD')
-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 |