From 1c4bcab27d44cfaf093249523ea44b8798e82dd9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 10 Mar 2022 22:42:36 +0000 Subject: x11-plugins/gkrellm-volume: fix commands in global scope Closes: https://bugs.gentoo.org/788067 Signed-off-by: Sam James --- x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'x11-plugins') diff --git a/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild b/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild index 208a9d80056f..e330327d324b 100644 --- a/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild +++ b/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-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,7 +25,10 @@ PATCHES=( "${FILESDIR}/${P}-makefile.patch" ) -PLUGIN_SO=( volume$(get_modname) ) +src_configure() { + PLUGIN_SO=( volume$(get_modname) ) + default +} src_compile() { use alsa && local myconf="enable_alsa=1" -- cgit v1.2.3-65-gdbad