aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-qtwebengine/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-qtwebengine/APKBUILD')
-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"