python-PyQt5-webengine: broken on arm*
This commit is contained in:
parent
e15d8b7319
commit
08ec395af8
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ license="GPL-3.0-only"
|
|||
distfiles="https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/${version}/PyQtWebEngine_gpl-${version}.tar.gz"
|
||||
checksum=bb6cabcc454ed1394aedfb42eb35dbee3ca324cf582e8c0ca5e8c8af0b00e325
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) broken="depends on qt5-webengine";;
|
||||
esac
|
||||
|
||||
|
||||
pre_build() {
|
||||
mkdir -p pyqt5-${py2_ver}
|
||||
mv * pyqt5-${py2_ver} || true
|
||||
|
|
Loading…
Reference in a new issue