Diff mutter-48.7 with a mutter-48.8

/usr/portage/x11-wm/mutter/mutter-48.8.ebuild 2026-06-10 19:17:07.300323682 +0300
19 19
	SLOT="0/$(($(ver_cut 1) - 32))" # 0/libmutter_api_version - ONLY gnome-shell (or anything using mutter-clutter-<api_version>.pc) should use the subslot
20 20
fi
21 21

  
22
IUSE="bash-completion debug elogind gnome gtk-doc input_devices_wacom +introspection screencast selinux sysprof systemd test udev wayland X +xwayland video_cards_nvidia"
22
IUSE="bash-completion debug elogind gnome gtk-doc input_devices_wacom +introspection screencast sysprof systemd test udev wayland X +xwayland video_cards_nvidia"
23 23
# native backend requires gles3 for hybrid graphics blitting support, udev and a logind provider
24 24
REQUIRED_USE="
25 25
	|| ( X wayland )
......
119 119
	x11-base/xorg-proto
120 120
	sysprof? ( >=dev-util/sysprof-common-3.38.0 )
121 121
"
122
RDEPEND+=" selinux? ( sec-policy/selinux-wm )"
123 122
BDEPEND="
124 123
	dev-util/wayland-scanner
125 124
	>=dev-util/gdbus-codegen-2.80.5-r1
Thank you!