From eefe1d7b54b2028efbfebef5f03204a6fb77ad5e Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 7 Apr 2020 23:13:31 +0000 Subject: community/py3-qtwebengine: disable on mips --- community/py3-qtwebengine/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/py3-qtwebengine') diff --git a/community/py3-qtwebengine/APKBUILD b/community/py3-qtwebengine/APKBUILD index d2a8f715fd..9293d7d783 100644 --- a/community/py3-qtwebengine/APKBUILD +++ b/community/py3-qtwebengine/APKBUILD @@ -4,8 +4,8 @@ pkgver=5.14.0 pkgrel=0 pkgdesc="Python 3 bindings for QtWebEngine" url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro" -# ppc64le, s390x: not supported -arch="all !ppc64le !s390x !armhf" # armhf blocked by py3-qt5 -> qt5-qtdeclarative +# mips, ppc64le, s390x: not supported +arch="all !ppc64le !s390x !armhf !mips !mips64" # armhf blocked by py3-qt5 -> qt5-qtdeclarative license="GPL-2.0-or-later" depends="python3" makedepends="python3-dev py3-qt5 qt5-qtwebengine-dev py-sip-dev" -- cgit v1.2.3