Diff xkeyboard-config-2.46 with a xkeyboard-config-2.47

/usr/portage/x11-misc/xkeyboard-config/xkeyboard-config-2.47.ebuild 2026-04-10 12:17:39.997398490 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
38 38
	)
39 39
"
40 40

  
41
PATCHES=(
42
	"${FILESDIR}"/${PN}-2.46-libxkbcommon-2.11-tests.patch
43
)
44

  
45 41
python_check_deps() {
46 42
	use test || return 0
47 43
	python_has_version \
Thank you!