Сравнение gnome-shell-46.7-r1 с gnome-shell-47.3

/usr/portage/gnome-base/gnome-shell/gnome-shell-47.3.ebuild 2025-07-29 16:22:14.288455153 +0300
11 11

  
12 12
LICENSE="GPL-2+ LGPL-2+"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
14
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
15 15

  
16 16
IUSE="elogind gtk-doc +ibus +networkmanager pipewire systemd test"
17 17
REQUIRED_USE="${PYTHON_REQUIRED_USE}
......
22 22
DEPEND="
23 23
	>=gnome-extra/evolution-data-server-3.46.0:=
24 24
	>=app-crypt/gcr-3.90.0:4=[introspection]
25
	>=dev-libs/glib-2.79.2:2
25
	>=dev-libs/glib-2.68:2
26 26
	>=dev-libs/gobject-introspection-1.49.1:=
27 27
	>=dev-libs/gjs-1.73.1[cairo]
28 28
	>=gui-libs/gtk-4:4[introspection]
29
	>=x11-wm/mutter-46.0:0/14[introspection,test?]
29
	>=x11-wm/mutter-47.0:0/15[introspection,test?]
30 30
	>=sys-auth/polkit-0.120_p20220509[introspection]
31
	>=gnome-base/gsettings-desktop-schemas-46_beta[introspection]
31
	>=gnome-base/gsettings-desktop-schemas-47_alpha[introspection]
32 32
	>=app-i18n/ibus-1.5.19
33
	dev-python/docutils
33 34
	>=gnome-base/gnome-desktop-40.0:4=
34 35
	networkmanager? (
35 36
		>=net-misc/networkmanager-1.10.4[introspection]
......
152 153
		-Dman=true
153 154
		$(meson_use test tests)
154 155
		$(meson_use networkmanager)
156
		$(meson_use networkmanager portal_helper)
155 157
		$(meson_use systemd) # this controls journald integration and desktop file user services related property only as of 3.34.4
156 158
		# (structured logging and having gnome-shell launched apps use its own identifier instead of gnome-session)
157 159
		# suspend support is runtime optional via /run/systemd/seats presence and org.freedesktop.login1.Manager dbus interface; elogind should provide what's necessary
Спасибо!