diff --git a/srcpkgs/ghostwriter/template b/srcpkgs/ghostwriter/template index c9f69b3e78b..ce9bdad3504 100644 --- a/srcpkgs/ghostwriter/template +++ b/srcpkgs/ghostwriter/template @@ -18,7 +18,7 @@ checksum=54a16a02f11398a962fd184327d238c31c86ca968ae7f10d7502a301cc1782b1 case "$XBPS_TARGET_MACHINE" in armv5tel*) broken="qtwebengine not built for this platform";; ppc|ppc-musl) broken="qtwebengine not built for this platform";; - *) if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then + *) if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then broken="qtwebengine not built for this platform" fi;; esac