Diff fontconfig-2.14.1-r1 with a fontconfig-2.14.2

/usr/portage/media-libs/fontconfig/fontconfig-2.14.2.ebuild 2023-10-09 14:52:31.664368405 +0300
13 13
LICENSE="MIT"
14 14
SLOT="1.0"
15 15
if ! [[ $(ver_cut 3) -ge 90 ]] ; then
16
	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"
16
	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"
17 17
fi
18 18
IUSE="doc nls test"
19 19
RESTRICT="!test? ( test )"
......
65 65
	"${FILESDIR}"/${PN}-2.14.0-skip-bubblewrap-tests.patch
66 66

  
67 67
	# Patches from upstream (can usually be removed with next version bump)
68
	"${FILESDIR}"/${P}-gperf-meson.patch
69
	"${FILESDIR}"/${P}-gperf-meson-debugging.patch
70 68
)
71 69

  
72 70
DOC_CONTENTS="Please make fontconfig configuration changes using
Thank you!