Diff liblms7002m-0.0_p20200518-r1 with a liblms7002m-9999

/usr/portage/net-wireless/liblms7002m/liblms7002m-9999.ebuild 2025-07-29 16:22:17.304467627 +0300
1
# Copyright 1999-2024 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
5 5

  
6
PYTHON_COMPAT=( python3_{10..12} )
6
PYTHON_COMPAT=( python3_{10..13} )
7 7
inherit cmake python-any-r1
8 8

  
9 9
DESCRIPTION="Compact LMS7002M library suitable for resource-limited MCUs"
......
27 27
	')
28 28
"
29 29

  
30
PATCHES=( "${FILESDIR}"/${PN}-cmake4.patch )
31

  
30 32
python_check_deps() {
31 33
	python_has_version "dev-python/cheetah3[${PYTHON_USEDEP}]"
32 34
}
Thank you!