commit: a79478acdd789a83582202a562594cd1e92446b1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 10 22:40:07 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 10 22:40:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79478ac
x11-plugins/gkrellm-leds: fix commands in global scope Closes: https://bugs.gentoo.org/788067 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild index d2d908d099b8..ee631d42e276 100644 --- a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild +++ b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,4 +24,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" -PLUGIN_SO=( src/.libs/gkleds$(get_modname) ) +src_configure() { + PLUGIN_SO=( src/.libs/gkleds$(get_modname) ) + default +}
