From 1484c0e9be582c6b4a3e19c1de36c88d27a5c1a3 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 30 Dec 2024 13:33:30 +0100 Subject: [PATCH] tellico: negate broken conditional --- srcpkgs/tellico/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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