helix: broken on ppc32

This commit is contained in:
q66 2022-04-01 03:14:51 +02:00
parent 6cd4af3cf9
commit b9c98a60d5

View file

@ -20,6 +20,11 @@ case "$XBPS_TARGET_MACHINE" in
*) ;;
esac
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
ppc*) broken="no AtomicU64 in sync::atomic";;
esac
post_install() {
rm runtime/grammars/.gitkeep
rm runtime/themes/README.md