Diff libgit2-1.6.4 with a libgit2-1.7.1

/usr/portage/dev-libs/libgit2/libgit2-1.7.1.ebuild 2023-10-09 14:52:29.516368351 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..11} )
6
PYTHON_COMPAT=( python3_{10..12} )
7

  
7 8
inherit cmake python-any-r1
8 9

  
9 10
DESCRIPTION="A linkable library for Git"
......
15 16

  
16 17
LICENSE="GPL-2-with-linking-exception"
17 18
SLOT="0/$(ver_cut 1-2)"
18
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~ppc-macos"
19
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-macos"
19 20
IUSE="examples gssapi +ssh test +threads trace"
20 21
RESTRICT="!test? ( test )"
21 22

  
Thank you!