Diff mutter-45.0 with a mutter-9999

/usr/portage/x11-wm/mutter/mutter-9999.ebuild 2023-10-09 14:52:36.000368514 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
PYTHON_COMPAT=( python3_{10..12} )
5
PYTHON_COMPAT=( python3_{9..11} )
6 6
inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
7 7

  
8 8
DESCRIPTION="GNOME compositing window manager based on Clutter"
......
13 13
	EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/mutter.git"
14 14
	SRC_URI=""
15 15
else
16
	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
16
	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
17 17
fi
18 18

  
19 19
LICENSE="GPL-2+"
......
47 47
	>=x11-misc/colord-1.4.5:=
48 48
	>=media-libs/lcms-2.6:2
49 49
	>=media-libs/harfbuzz-2.6.0:=
50
	>=dev-libs/libei-1.0.901
51 50

  
52 51
	gnome? ( gnome-base/gnome-desktop:4= )
53 52

  
......
56 55
	media-libs/libglvnd[X]
57 56

  
58 57
	wayland? (
59
		>=dev-libs/wayland-protocols-1.32
58
		>=dev-libs/wayland-protocols-1.31
60 59
		>=dev-libs/wayland-1.21.0
61 60

  
62 61
		x11-libs/libdrm
Thank you!