From 1c3cbe67b20139fbcb4250c86922e74c4156154c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 15 Mar 2019 13:47:46 -0600 Subject: community/py3-qtwebengine: disable broken arches These aren't supported by community/qt5-qtwebengine either. --- community/py3-qtwebengine/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community/py3-qtwebengine') 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" -- cgit v1.2.3