From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FB9715808B for ; Thu, 10 Mar 2022 22:45:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D951E08FA; Thu, 10 Mar 2022 22:45:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D13F2E08F4 for ; Thu, 10 Mar 2022 22:45:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6533342F95 for ; Thu, 10 Mar 2022 22:45:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42A84326 for ; Thu, 10 Mar 2022 22:45:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1646952227.fb549fbe0d6126b2a47f7b7d64b8d2c01289f92c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild X-VCS-Directories: x11-plugins/gkrellmss/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fb549fbe0d6126b2a47f7b7d64b8d2c01289f92c X-VCS-Branch: master Date: Thu, 10 Mar 2022 22:45:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f66faa33-a48e-4039-b33f-9548ea2cec93 X-Archives-Hash: 5525b2dd79f1147ec6eb2e1d77378631 commit: fb549fbe0d6126b2a47f7b7d64b8d2c01289f92c Author: Sam James gentoo org> AuthorDate: Thu Mar 10 22:43:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 10 22:43:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb549fbe x11-plugins/gkrellmss: fix commands in global scope Closes: https://bugs.gentoo.org/788067 Signed-off-by: Sam James gentoo.org> x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild index e038708f288a..cfd3b71cfb01 100644 --- a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild +++ b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,9 +25,13 @@ PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) -PLUGIN_SO=( src/gkrellmss$(get_modname) ) PLUGIN_DOCS=( Themes ) +src_configure() { + PLUGIN_SO=( src/gkrellmss$(get_modname) ) + default +} + src_compile() { addpredict /dev/snd emake enable_nls=$(usex nls 1 0)