Diff gnome-panel-3.46.0 with a gnome-panel-3.50.0

/usr/portage/gnome-base/gnome-panel/gnome-panel-3.50.0.ebuild 2023-10-09 14:52:31.152368392 +0300
11 11
SLOT="0"
12 12
IUSE="eds elogind systemd"
13 13
REQUIRED_USE="^^ ( elogind systemd )"
14
KEYWORDS="amd64 ~riscv"
14
KEYWORDS="~amd64 ~riscv"
15 15

  
16 16
RDEPEND="
17 17
	>=gnome-base/gnome-desktop-2.91.0:3=
......
59 59
	# elogind conditional block below accordingly first.
60 60
	# DO NOT just change the version, look in configure.ac in which PKG_CHECK_MODULES-sections
61 61
	# libsystemd is used and check if there are new sections where it is used!
62
	if ver_test ${PV} -ne 3.46.0; then
62
	if ver_test ${PV} -ne 3.50.0; then
63 63
		die "Maintainer has not checked over packages MENU pkg-config deps for elogind support"
64 64
	fi
65 65

  
Thank you!