Diff tinyxml-2.6.2-r4 with a tinyxml-2.6.2-r5

/usr/portage/dev-libs/tinyxml/tinyxml-2.6.2-r5.ebuild 2024-12-25 14:59:48.383270072 +0300
1 1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit flag-o-matic toolchain-funcs multilib
7 7

  
......
25 25
	local minor_v=$(ver_cut 2-3)
26 26

  
27 27
	sed -e "s:@MAJOR_V@:$major_v:" \
28
	    -e "s:@MINOR_V@:$minor_v:" \
28
		-e "s:@MINOR_V@:$minor_v:" \
29 29
		"${FILESDIR}"/Makefile-3 > Makefile || die
30 30

  
31 31
	eapply -p0 "${FILESDIR}"/${PN}-2.6.1-entity.patch
32 32
	eapply -p0 "${FILESDIR}"/${PN}.pc.patch
33
	eapply "${FILESDIR}"/${P}-CVE-2021-42260.patch
33 34

  
34 35
	use debug && append-cppflags -DDEBUG
35 36
	use stl && eapply "${FILESDIR}"/${P}-defineSTL.patch
Thank you!