From 448eddbe5890874ec7c8789ce6dc4662db764fef Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Fri, 2 Sep 2016 06:16:33 +0200 Subject: [PATCH] python-PyQt5: nocross=yes for now --- srcpkgs/python-PyQt5/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/python-PyQt5/template b/srcpkgs/python-PyQt5/template index 60542517db5..70e44f332f9 100644 --- a/srcpkgs/python-PyQt5/template +++ b/srcpkgs/python-PyQt5/template @@ -20,6 +20,8 @@ license="GPL-3" distfiles="${SOURCEFORGE_SITE}/pyqt/PyQt5_gpl-${version}.tar.gz" checksum=2e481a6c4c41b96ed3b33449e5f9599987c63a5c8db93313bd57a6acbf20f0e1 alternatives="pyqt5:pyuic5:/usr/bin/pyuic5-2.7" +# qt5-webkit currently can't be cross compiled +nocross=yes _short_desc="${short_desc/Python2/Python3.4}" _pysitedir="usr/lib/python2.7/site-packages"