Diff dleyna-0.8.2 with a dleyna-0.8.3

/usr/portage/net-libs/dleyna/dleyna-0.8.3.ebuild 2023-10-09 14:52:34.472368476 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
PYTHON_COMPAT=( python3_{9..11} )
5
PYTHON_COMPAT=( python3_{10..12} )
6 6

  
7 7
inherit meson python-single-r1
8 8

  
......
12 12

  
13 13
LICENSE="LGPL-2.1"
14 14
SLOT="1.0/6" # soname of libdleyna-core-1.0.so
15
KEYWORDS="amd64 ~loong ~riscv x86"
15
KEYWORDS="~amd64 ~loong ~riscv ~x86"
16 16
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
17 17

  
18 18
RDEPEND="
......
39 39

  
40 40
S="${WORKDIR}"/dLeyna-v${PV}
41 41

  
42
PATCHES=(
43
	"${FILESDIR}"/meson-1.2.0.patch
44
)
45

  
46 42
src_configure() {
47 43
	local emesonargs=(
48 44
		-Ddbus_service_dir="${EPREFIX}/usr/share/dbus-1/services"
Thank you!