Diff denonavr-cli-3 with a denonavr-cli-4

/usr/portage/media-sound/denonavr-cli/denonavr-cli-4.ebuild 2025-07-29 16:22:14.904457701 +0300
1
# Copyright 2022-2024 Gentoo Authors
1
# Copyright 2022-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 6
DISTUTILS_USE_PEP517=flit
7
PYTHON_COMPAT=( python3_{10..13} )
7
PYTHON_COMPAT=( python3_{11..13} )
8 8

  
9 9
inherit distutils-r1
10 10

  
......
18 18
		-> ${P}.gh.tar.gz
19 19
"
20 20

  
21
LICENSE="MIT"
21
LICENSE="GPL-2+"
22 22
SLOT="0"
23 23
KEYWORDS="~amd64"
24 24

  
Thank you!