python-PyQt5-webengine: disable on 32-bit ppc
[ci skip]
This commit is contained in:
parent
a6abe5ef20
commit
d1c4cf2357
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ checksum=bb6cabcc454ed1394aedfb42eb35dbee3ca324cf582e8c0ca5e8c8af0b00e325
|
|||
lib32disabled=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*) broken="no webengine for 32-bit ppc";;
|
||||
arm*) broken="depends on qt5-webengine";;
|
||||
aarch64*) broken="https://build.voidlinux.org/builders/aarch64_builder/builds/20955/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue