Diff tk-8.6.11.1 with a tk-8.6.12

/usr/portage/dev-lang/tk/tk-8.6.12.ebuild 2023-10-09 14:52:29.480368350 +0300
3 3

  
4 4
EAPI=7
5 5

  
6
# Please bump with dev-lang/tcl!
7

  
6 8
inherit autotools multilib-minimal multilib prefix toolchain-funcs virtualx
7 9

  
8 10
MY_P="${PN}${PV/_beta/b}"
......
39 41
	"${FILESDIR}"/${PN}-8.6.10-multilib.patch
40 42
	"${FILESDIR}"/${PN}-8.4.15-aqua.patch
41 43
	"${FILESDIR}"/${PN}-8.6.9-conf.patch # Bug 125971
42
	"${FILESDIR}"/${PN}-8.6.11-test.patch
44
	"${FILESDIR}"/${PN}-8.6.12-test.patch
43 45
)
44 46

  
45 47
src_prepare() {
Thank you!