Diff gnome-music-44.0 with a gnome-music-45.0

/usr/portage/media-sound/gnome-music/gnome-music-45.0.ebuild 2023-10-09 14:52:31.776368408 +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 gnome.org gnome2-utils meson python-single-r1 xdg
8 8

  
......
13 13
SLOT="0"
14 14
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
15 15

  
16
KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
16
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
17 17

  
18 18
DEPEND="${PYTHON_DEPS}
19 19
	>=dev-libs/glib-2.67.1:2
Thank you!