commit: 7c82123fa3bf6766df06c2a49e415936b85786a8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 10 22:40:32 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 10 22:40:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c82123f
x11-plugins/gkrellm-mailwatch: fix commands in global scope Closes: https://bugs.gentoo.org/788067 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild index 2fb046fa1453..e02392547a60 100644 --- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild +++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.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 @@ -25,8 +25,10 @@ PATCHES=( "${FILESDIR}"/2.4.3-0004-Do-not-force-O2-in-CFLAGS.patch ) -PLUGIN_SO=( mailwatch$(get_modname) ) - src_configure() { tc-export CC + + PLUGIN_SO=( mailwatch$(get_modname) ) + + default }
