summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-10 22:39:42 +0000
committerSam James <sam@gentoo.org>2022-03-10 22:39:42 +0000
commit934ea458f987de0dca7e1596c7845cdae0af09d4 (patch)
tree0aa6af72366f4f132e7725537be16eefa14b1023 /x11-plugins/gkrellm-bluez
parentx11-plugins/gkrellm-bgchanger: fix commands in global scope (diff)
downloadgentoo-934ea458f987de0dca7e1596c7845cdae0af09d4.tar.gz
gentoo-934ea458f987de0dca7e1596c7845cdae0af09d4.tar.bz2
gentoo-934ea458f987de0dca7e1596c7845cdae0af09d4.zip
x11-plugins/gkrellm-bluez: fix commands in global scope
Closes: https://bugs.gentoo.org/788067 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins/gkrellm-bluez')
-rw-r--r--x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild5
1 files 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
}