Diff tclx-8.6.1 with a tclx-8.6.3

/usr/portage/dev-tcltk/tclx/tclx-8.6.3.ebuild 2025-07-29 16:22:14.232454920 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
23 23
PATCHES=(
24 24
	"${FILESDIR}"/${PN}-8.4-varinit.patch
25 25
	"${FILESDIR}"/${PN}-8.4-ldflags.patch
26
	"${FILESDIR}"/${PN}-8.4.4-musl.patch
27 26
)
28 27

  
29 28
QA_CONFIG_IMPL_DECL_SKIP=(
Thank you!