icecat: unbreak on ppc64

This commit is contained in:
q66 2020-04-07 23:01:00 +02:00
parent 22c3e54832
commit dfc2b98a02

View file

@ -26,7 +26,7 @@ build_options_default="alsa dbus gtk3 pulseaudio startup_notification sndio xscr
case $XBPS_TARGET_MACHINE in
armv6*) broken="required NEON extensions are not supported on armv6" ;;
ppc64*) broken="doesn't work" ;;
ppc64*) ;;
ppc*) broken="xptcall bitrot" ;;
esac