Diff jellyfin-media-player-1.9.0 with a jellyfin-media-player-1.9.1

/usr/portage/media-video/jellyfin-media-player/jellyfin-media-player-1.9.1.ebuild 2024-07-02 13:51:46.481851521 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2024 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_{9..11} )
6
PYTHON_COMPAT=( python3_{10..12} )
7 7
inherit cmake python-any-r1
8 8

  
9 9
DESCRIPTION="Jellyfin Desktop Client based on Plex Media Player"
......
51 51

  
52 52
RDEPEND="
53 53
	${DEPEND}
54
	media-video/jellyfin-web-bin
54
	~media-video/jellyfin-web-bin-10.8.10
55 55
	!dbus? ( x11-misc/xdg-utils )
56 56
"
57 57

  
Thank you!