Diff git-2.39.3 with a git-2.40.1

/usr/portage/dev-vcs/git/git-2.40.1.ebuild 2023-10-09 14:52:31.020368389 +0300
6 6
GENTOO_DEPEND_ON_PERL=no
7 7

  
8 8
# bug #329479: git-remote-testgit is not multiple-version aware
9
PYTHON_COMPAT=( python3_{9..11} )
9
PYTHON_COMPAT=( python3_{10..12} )
10 10

  
11 11
inherit toolchain-funcs perl-module bash-completion-r1 optfeature plocale python-single-r1 systemd
12 12

  
......
50 50
	SRC_URI+=" doc? ( ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )"
51 51

  
52 52
	if [[ ${PV} != *_rc* ]] ; then
53
		KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
53
		KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
54 54
	fi
55 55
fi
56 56

  
Thank you!