diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 22:40:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 22:40:32 +0000 |
commit | 7c82123fa3bf6766df06c2a49e415936b85786a8 (patch) | |
tree | fbf4ed8f46445f2290b17ac4ae5cdfb9e74be4a8 /x11-plugins/gkrellm-mailwatch | |
parent | x11-plugins/gkrellm-leds: fix commands in global scope (diff) | |
download | gentoo-7c82123fa3bf6766df06c2a49e415936b85786a8.tar.gz gentoo-7c82123fa3bf6766df06c2a49e415936b85786a8.tar.bz2 gentoo-7c82123fa3bf6766df06c2a49e415936b85786a8.zip |
x11-plugins/gkrellm-mailwatch: fix commands in global scope
Closes: https://bugs.gentoo.org/788067
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins/gkrellm-mailwatch')
-rw-r--r-- | x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild | 8 |
1 files 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 } |