commit:     aa993ba491120cab696d056e32f44daf34361ef9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 22:43:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 22:43:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa993ba4

x11-plugins/gkrellm-xkb: fix commands in global scope

Closes: https://bugs.gentoo.org/788067
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild 
b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
index ab92387a631d..eb076714e07d 100644
--- a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
+++ b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,10 @@ DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}"/${PN}-makefile.patch )
 
-PLUGIN_SO=( xkb$(get_modname) )
+src_configure() {
+       PLUGIN_SO=( xkb$(get_modname) )
+       default
+}
 
 src_compile() {
        emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"

Reply via email to