diff options
Diffstat (limited to 'community/qt5-qtwebengine')
-rw-r--r-- | community/qt5-qtwebengine/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/qt5-qtwebengine/APKBUILD b/community/qt5-qtwebengine/APKBUILD index 504d2494bd..d4788eeb35 100644 --- a/community/qt5-qtwebengine/APKBUILD +++ b/community/qt5-qtwebengine/APKBUILD @@ -5,8 +5,9 @@ pkgrel=3 pkgdesc="Qt5 - QtWebEngine components" url="https://www.qt.io/developers/" # ppc64le and s390x are not supported +# mips is also not supported # armhf blocked by qt5-qtdeclarative -arch="all !ppc64le !s390x !armhf" +arch="all !ppc64le !s390x !armhf !mips !mips64" license="LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0" depends_dev="gstreamer-dev gst-plugins-base-dev libxslt-dev mesa-dev icu-dev libxext-dev glib-dev libxcomposite-dev libxrender-dev ninja ffmpeg-dev |