Diff tiff-4.5.1 with a tiff-4.6.0

/usr/portage/media-libs/tiff/tiff-4.6.0.ebuild 2024-12-25 14:59:49.743270106 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
QA_PKGCONFIG_VERSION="$(ver_cut 1-3)"
7

  
8 6
# Release signer can vary per version but not clear if others will be doing
9 7
# them in future, so gone with Even Rouault for now as he does other geosci
10 8
# stuff too like PROJ, GDAL. Previous release manager of TIFF was
......
58 56

  
59 57
	local myeconfargs=(
60 58
		--disable-sphinx
61
		--without-x
62 59
		--with-docdir="${EPREFIX}"/usr/share/doc/${PF}
63 60
		$(use_enable cxx)
64 61
		$(use_enable jbig)
Thank you!