diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-18 19:57:14 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-18 19:57:14 +0000 |
commit | c7e4b58dce618be0483e17277bb109d1bb8ed470 (patch) | |
tree | fb923f0d436f72333d2c57a6fc5f30247ce95896 | |
parent | bd52a4e50fa45b395acbb21874a9cbc7323210a4 (diff) | |
download | aports-c7e4b58dce618be0483e17277bb109d1bb8ed470.tar.bz2 aports-c7e4b58dce618be0483e17277bb109d1bb8ed470.tar.xz |
testing/py3-qt5: disable building for now, until gettext issue is fixed
-rw-r--r-- | testing/py3-qt5/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-qt5/APKBUILD b/testing/py3-qt5/APKBUILD index 5b6ad72ba6..2822f39484 100644 --- a/testing/py3-qt5/APKBUILD +++ b/testing/py3-qt5/APKBUILD @@ -6,7 +6,7 @@ pkgver=5.6 pkgrel=0 pkgdesc="A set of Python 3 bindings for the Qt toolkit" url="http://riverbankcomputing.co.uk/software/pyqt/intro" -arch="all" +arch="" license="GPL2+" depends="py3-sip" makedepends="python3-dev py-dbus-dev qt5-qtbase-dev py3-sip-dev libx11-dev" |