python-PyQt5-webengine: disable on big endian ppc
This commit is contained in:
parent
6d426783ed
commit
b506aaf04b
|
@ -19,8 +19,8 @@ checksum=4264911b5847c75721d8c9c30af92e58a216bd25ceef37f7abf921005c1d45a9
|
|||
lib32disabled=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*) broken="no webengine for 32-bit ppc";;
|
||||
ppc64le*) ;;
|
||||
ppc*) broken="no webengine for big endian 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 New Issue