mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
tellico: negate broken conditional
This commit is contained in:
parent
84d7e900a9
commit
1484c0e9be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue