Diff tortoisehg-6.4.5 with a tortoisehg-6.5.1

/usr/portage/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild 2023-10-09 14:52:31.028368389 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{10..11} )
6
PYTHON_COMPAT=( python3_{10..12} )
7 7
DISTUTILS_USE_PEP517=setuptools
8 8

  
9 9
inherit desktop distutils-r1 optfeature xdg-utils
10 10

  
11 11
if [[ ${PV} != *9999* ]]; then
12
	KEYWORDS="amd64 ~arm64 x86"
12
	KEYWORDS="~amd64 ~arm64 ~x86"
13 13
	SRC_URI="https://foss.heptapod.net/mercurial/${PN}/thg/-/archive/${PV}/thg-${PV}.tar.gz -> ${P}.tar.gz"
14 14
	HG_DEPEND=">=dev-vcs/mercurial-6.2[${PYTHON_USEDEP}]
15 15
		$(python_gen_cond_dep '>=dev-vcs/mercurial-6.3.2[${PYTHON_USEDEP}]' python3_11 )
16
		<dev-vcs/mercurial-6.5[${PYTHON_USEDEP}]"
16
		<dev-vcs/mercurial-6.6[${PYTHON_USEDEP}]"
17 17
	S="${WORKDIR}/thg-${PV}"
18 18
else
19 19
	inherit mercurial
Thank you!