diff --git a/srcpkgs/tellico/template b/srcpkgs/tellico/template index 7bdd0c7bb74..792106c453f 100644 --- a/srcpkgs/tellico/template +++ b/srcpkgs/tellico/template @@ -33,6 +33,6 @@ desc_option_yaz="Support for searching z39.50 databases" desc_option_cddb="Support for CDDB searches" desc_option_scanner="Support for adding scanned images to a collection" -if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then +if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then broken="no qt6-webengine" fi