commit: 934ea458f987de0dca7e1596c7845cdae0af09d4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 10 22:39:42 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 10 22:39:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934ea458
x11-plugins/gkrellm-bluez: fix commands in global scope Closes: https://bugs.gentoo.org/788067 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild index dee18874be2c..dd151ebe1f93 100644 --- a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild +++ b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,6 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${P}-notheme.patch ) -PLUGIN_SO=( src/.libs/gkrellmbluez$(get_modname) ) PLUGIN_DOCS=( THEMING NEWS ) src_prepare() { @@ -30,5 +29,7 @@ src_prepare() { } src_configure() { + PLUGIN_SO=( src/.libs/gkrellmbluez$(get_modname) ) + econf --disable-static }
