Diff quodlibet-4.5.0-r1 with a quodlibet-4.6.0

/usr/portage/media-sound/quodlibet/quodlibet-4.6.0.ebuild 2023-10-09 14:52:31.800368408 +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_{9..12} )
6 6
DISTUTILS_USE_SETUPTOOLS=no
7 7
inherit distutils-r1 xdg
8 8

  
......
12 12

  
13 13
LICENSE="GPL-2"
14 14
SLOT="0"
15
KEYWORDS="amd64 ppc ppc64 x86"
15
KEYWORDS="amd64 ~ppc ppc64 x86"
16 16
IUSE="+dbus gstreamer +udev"
17 17

  
18 18
RDEPEND="dev-libs/keybinder:3[introspection]
19 19
	dev-python/feedparser[${PYTHON_USEDEP}]
20 20
	dev-python/pygobject:3[${PYTHON_USEDEP}]
21
	>=media-libs/mutagen-1.32[${PYTHON_USEDEP}]
21
	media-libs/mutagen[${PYTHON_USEDEP}]
22 22
	net-libs/libsoup:2.4[introspection]
23 23
	x11-libs/gtk+[introspection]
24 24
	gstreamer? (
Thank you!