From dcdc870bffbba39ee6932f599891c6f058a22fa4 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 23 Aug 2024 07:31:41 -0500 Subject: [PATCH] ghostwriter: break for all 32-bit --- srcpkgs/ghostwriter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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