Diff freetype-2.12.1-r2 with a freetype-2.13.0

/usr/portage/media-libs/freetype/freetype-2.13.0.ebuild 2023-10-09 14:52:31.664368405 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit autotools flag-o-matic libtool multilib-build multilib-minimal toolchain-funcs
6
inherit autotools flag-o-matic libtool multilib-minimal toolchain-funcs
7 7

  
8 8
DESCRIPTION="High-quality and portable font engine"
9 9
HOMEPAGE="https://www.freetype.org/"
......
16 16
			mirror://nongnu/freetype/ft2demos-${PV}.tar.xz )
17 17
		doc?	( mirror://sourceforge/freetype/${PN}-doc-${PV}.tar.xz
18 18
			mirror://nongnu/freetype/${PN}-doc-${PV}.tar.xz )"
19
	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"
19
	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"
20 20
	IUSE+=" doc"
21 21
else
22 22
	inherit git-r3
......
42 42
"
43 43

  
44 44
PATCHES=(
45
	"${FILESDIR}"/${P}-strict-prototypes-clang16.patch
46 45
)
47 46

  
48 47
_egit_repo_handler() {
Thank you!