commit: 9eae3933af8c484df4e0c28253c6e3efed98273a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 10 22:44:30 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 10 22:44:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eae3933
x11-plugins/gkrellsun: fix commands in global scope Closes: https://bugs.gentoo.org/788067 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild index 3a4d0df4a5b6..c6d635b3beb1 100644 --- a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild +++ b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild @@ -23,7 +23,11 @@ PATCHES=( "${FILESDIR}"/${P}-Respect-LDFLAGS.patch ) -PLUGIN_SO=( src20/gkrellsun$(get_modname) ) + +src_configure() { + PLUGIN_SO=( src20/gkrellsun$(get_modname) ) + default +} src_compile() { use nls && local myconf="enable_nls=1"
