aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-qtwebengine
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:13:31 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:13:31 +0000
commiteefe1d7b54b2028efbfebef5f03204a6fb77ad5e (patch)
tree88252d96d4778f937742c66b58e87fbd5494cca7 /community/py3-qtwebengine
parent9dcae7e27e3bb08adddf8e2b4a5a313ff428b4cb (diff)
downloadaports-eefe1d7b54b2028efbfebef5f03204a6fb77ad5e.tar.bz2
aports-eefe1d7b54b2028efbfebef5f03204a6fb77ad5e.tar.xz
community/py3-qtwebengine: disable on mips
Diffstat (limited to 'community/py3-qtwebengine')
-rw-r--r--community/py3-qtwebengine/APKBUILD4
1 files changed, 2 insertions, 2 deletions
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"