diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-05-28 11:42:23 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-05-28 11:48:04 +0200 |
commit | d5a55fcccaabd24eaf74696ba43292b89489eb0b (patch) | |
tree | 916142f9b14f77612540603a4c9eee545b5d6800 /gnome-base/gnome-panel | |
parent | dev-python/transitions: Add a hack removal check (diff) | |
download | gentoo-d5a55fcccaabd24eaf74696ba43292b89489eb0b.tar.gz gentoo-d5a55fcccaabd24eaf74696ba43292b89489eb0b.tar.bz2 gentoo-d5a55fcccaabd24eaf74696ba43292b89489eb0b.zip |
gnome-base/gnome-panel: fix ver check
Closes: https://bugs.gentoo.org/932876
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'gnome-base/gnome-panel')
-rw-r--r-- | gnome-base/gnome-panel/gnome-panel-3.52.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |