diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 23:09:07 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 23:09:07 +0000 |
commit | 7bdbd3cb366d83ea0d3102676b897ab9b19fd9c2 (patch) | |
tree | 5478564807b0a896fe06320ebc346987e9f139bd /community/qt5-qtwebengine | |
parent | ecf2d90be0a6b8a5fbdd4131381f7ae758e6f6da (diff) | |
download | aports-7bdbd3cb366d83ea0d3102676b897ab9b19fd9c2.tar.bz2 aports-7bdbd3cb366d83ea0d3102676b897ab9b19fd9c2.tar.xz |
community/qt5-qtwebengine: disable on mips
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 |