diff options
Diffstat (limited to 'testing/py-qt')
-rw-r--r-- | testing/py-qt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-qt/APKBUILD b/testing/py-qt/APKBUILD index 9d82e3eae0..656c8764c6 100644 --- a/testing/py-qt/APKBUILD +++ b/testing/py-qt/APKBUILD @@ -6,7 +6,7 @@ pkgver=4.11.4 pkgrel=1 pkgdesc="A set of Python bindings for the Qt toolkit" url="http://riverbankcomputing.co.uk/software/pyqt/intro" -arch="all" +arch="all !s390x" license="GPL-2.0-or-later" depends="py-sip" makedepends="python2-dev py-dbus-dev phonon-dev qt-dev py-sip-dev libx11-dev" |