commit:     1c4bcab27d44cfaf093249523ea44b8798e82dd9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 22:42:36 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 22:42:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4bcab2

x11-plugins/gkrellm-volume: fix commands in global scope

Closes: https://bugs.gentoo.org/788067
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

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"

Reply via email to