commit:     c50de20293c58ea0e3a6c3a115def3a8a2172a76
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 07:55:21 2025 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 07:55:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50de202

gnome-base/gnome-panel: fix elogind compilation

Thanks to leio for pointing out the typo.

Closes: https://bugs.gentoo.org/942049
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 gnome-base/gnome-panel/gnome-panel-3.54.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-3.54.0.ebuild 
b/gnome-base/gnome-panel/gnome-panel-3.54.0.ebuild
index e8c13c3a4934..b35fcb4717eb 100644
--- a/gnome-base/gnome-panel/gnome-panel-3.54.0.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-3.54.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -77,7 +77,7 @@ src_configure() {
                        LAUNCHER_CFLAGS="$(${pkgconfig} --cflags 
${launcher_modules})"
                        LAUNCHER_LIBS="$(${pkgconfig} --libs 
${launcher_modules})"
                        MENU_CFLAGS="$(${pkgconfig} --cflags ${menu_modules})"
-                       MENU_LIBS="$(${pkgconfig} --libs ${modules_modules})"
+                       MENU_LIBS="$(${pkgconfig} --libs ${menu_modules})"
                )
        fi
 

Reply via email to