Diff libssh2-1.11.0-r1 with a libssh2-1.11.0-r2

/usr/portage/net-libs/libssh2/libssh2-1.11.0-r2.ebuild 2023-10-09 14:52:34.592368479 +0300
11 11

  
12 12
LICENSE="BSD"
13 13
SLOT="0"
14
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
15 15
IUSE="gcrypt mbedtls test zlib"
16 16
REQUIRED_USE="?? ( gcrypt mbedtls )"
17 17
RESTRICT="!test? ( test )"
......
32 32

  
33 33
PATCHES=(
34 34
	"${FILESDIR}"/${PN}-1.11.0-mansyntax_sh.patch
35
	"${FILESDIR}"/${PN}-1.11.0-size_t.patch
35 36
)
36 37

  
37 38
multilib_src_configure() {
Thank you!