Diff qtimageformats-6.11.9999 with a qtimageformats-6.9999

/usr/portage/dev-qt/qtimageformats/qtimageformats-6.9999.ebuild 2026-09-13 20:03:03.988710508 +0300
1
# Copyright 2021-2025 Gentoo Authors
1
# Copyright 2021-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
19 19
	media-libs/tiff:=
20 20
	mng? ( media-libs/libmng:= )
21 21
"
22
DEPEND="${RDEPEND}"
22
DEPEND="
23
	${RDEPEND}
24
	test? ( media-libs/tiff[jpeg] )
25
"
23 26

  
24 27
CMAKE_SKIP_TESTS=(
25 28
	# heif plugin is only for Mac, test is normally auto-skipped but may
Thank you!