From f160d6d73cf76ebcb9f57533e2e36db788adc1c7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 10 Mar 2022 22:41:31 +0000 Subject: x11-plugins/gkrellm-trayicons: fix commands in global scope Closes: https://bugs.gentoo.org/788067 Signed-off-by: Sam James --- x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'x11-plugins/gkrellm-trayicons') diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild index df295d135dd3..7dfa3d5636f2 100644 --- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild +++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild @@ -19,7 +19,10 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${P}-ldflags.patch ) -PLUGIN_SO=( trayicons$(get_modname) ) +src_configure() { + PLUGIN_SO=( trayicons$(get_modname) ) + default +} src_compile() { emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" -- cgit v1.2.3-65-gdbad