Diff gnome-flashback-3.46.0 with a gnome-flashback-3.50.0

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

  
16 16
RDEPEND="
17 17
	>=x11-libs/gdk-pixbuf-2.32.2:2
......
70 70
	# per-version die to force a manual recheck. Only update the explicit version if the
71 71
	# "PKG_CHECK_MODULES([DESKTOP/SCREENSAVER], ...)" blocks did not change; otherwise adjust
72 72
	# elogind conditional block below accordingly first.
73
	if ver_test ${PV} -ne 3.46.0; then
73
	if ver_test ${PV} -ne 3.50.0; then
74 74
		die "Maintainer has not checked over packages MENU pkg-config deps for elogind support"
75 75
	fi
76 76

  
Thank you!