commit: d5a55fcccaabd24eaf74696ba43292b89489eb0b Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue May 28 09:42:23 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue May 28 09:48:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a55fcc
gnome-base/gnome-panel: fix ver check Closes: https://bugs.gentoo.org/932876 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> gnome-base/gnome-panel/gnome-panel-3.52.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-panel/gnome-panel-3.52.0.ebuild b/gnome-base/gnome-panel/gnome-panel-3.52.0.ebuild index c5e3aa3d0b25..bf150df9a1a0 100644 --- a/gnome-base/gnome-panel/gnome-panel-3.52.0.ebuild +++ b/gnome-base/gnome-panel/gnome-panel-3.52.0.ebuild @@ -60,7 +60,7 @@ src_configure() { # elogind conditional block below accordingly first. # DO NOT just change the version, look in configure.ac in which PKG_CHECK_MODULES-sections # libsystemd is used and check if there are new sections where it is used! - if ver_test ${PV} -ne 3.50.0; then + if ver_test ${PV} -ne 3.52.0; then die "Maintainer has not checked over packages MENU pkg-config deps for elogind support" fi
