diff options
Diffstat (limited to 'testing/qt5-qtwebengine')
-rw-r--r-- | testing/qt5-qtwebengine/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/qt5-qtwebengine/APKBUILD b/testing/qt5-qtwebengine/APKBUILD index 3c2bea2954..99f38d85b8 100644 --- a/testing/qt5-qtwebengine/APKBUILD +++ b/testing/qt5-qtwebengine/APKBUILD @@ -5,7 +5,8 @@ pkgrel=1 pkgdesc="Qt5 - QtWebEngine components" url="http://qt-project.org/" # ppc64le: not supported -arch="all !ppc64le" +# x86: fails to build +arch="all !ppc64le !x86" 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 |