kf6-kimageformats: kimageformats-write-heif test no longer fails

This commit is contained in:
oreo639 2025-02-25 21:07:05 -08:00 committed by oreo639
parent 17e4c89dce
commit 10713694ba

View File

@ -18,7 +18,7 @@ checksum=0c45787f97d00fc0257f7de3250d84e950de2a332c45e7528138f7cf843154cc
do_check() { do_check() {
cd build cd build
exclude="kimageformats-read-xcf|kimageformats-read-psd|kimageformats-read-hej2|kimageformats-write-heif" exclude="kimageformats-read-xcf|kimageformats-read-psd|kimageformats-read-hej2"
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
i686*) exclude+="|kimageformats-write-exr";; i686*) exclude+="|kimageformats-write-exr";;
*) ;; *) ;;