Diff tiff-4.5.1 with a tiff-4.6.0

/usr/portage/media-libs/tiff/tiff-4.6.0.ebuild 2023-10-09 14:52:31.716368406 +0300
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
......
23 21
LICENSE="libtiff"
24 22
SLOT="0/6"
25 23
if [[ ${PV} != *_rc* ]] ; then
26
	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
24
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
27 25
fi
28 26
IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd"
29 27
RESTRICT="!test? ( test )"
......
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!