public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-volume/
Date: Thu, 10 Mar 2022 22:45:28 +0000 (UTC)	[thread overview]
Message-ID: <1646952156.1c4bcab27d44cfaf093249523ea44b8798e82dd9.sam@gentoo> (raw)

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	other threads:[~2022-03-10 22:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-10 22:45 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-10 21:14 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-volume/ David Seifert
2023-02-03 11:08 Sam James
2022-08-29  8:38 Andreas Sturmlechner
2022-08-29  7:21 Agostino Sarubbo
2022-08-29  7:18 Agostino Sarubbo
2018-01-04  9:17 David Seifert
2016-08-25 12:54 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1646952156.1c4bcab27d44cfaf093249523ea44b8798e82dd9.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox