aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-qtwebengine
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-03-15 13:47:46 -0600
committerKevin Daudt <kdaudt@alpinelinux.org>2019-03-15 19:54:40 +0000
commit1c3cbe67b20139fbcb4250c86922e74c4156154c (patch)
tree5c3a89dd4232e0a3a40682902aee83adbf8c2ad2 /community/py3-qtwebengine
parent5712002ecb8e293c05d4107866345038775e2edf (diff)
downloadaports-1c3cbe67b20139fbcb4250c86922e74c4156154c.tar.bz2
aports-1c3cbe67b20139fbcb4250c86922e74c4156154c.tar.xz
community/py3-qtwebengine: disable broken arches
These aren't supported by community/qt5-qtwebengine either.
Diffstat (limited to 'community/py3-qtwebengine')
-rw-r--r--community/py3-qtwebengine/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/py3-qtwebengine/APKBUILD b/community/py3-qtwebengine/APKBUILD
index 266c4e2f59..4a330a6bf3 100644
--- a/community/py3-qtwebengine/APKBUILD
+++ b/community/py3-qtwebengine/APKBUILD
@@ -5,7 +5,8 @@ pkgver=5.12
pkgrel=0
pkgdesc="Python 3 bindings for QtWebEngine"
url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro"
-arch="all"
+# ppc64le, s390x: not supported
+arch="all !ppc64le !s390x"
license="GPL-2.0-or-later"
depends="py-sip"
makedepends="python3-dev py3-qt5 qt5-qtwebengine-dev py-sip-dev"