commit: b1600ef1cfcbd46142a14d6d7f3e98e06f1c5690
Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Fri Apr 8 19:53:59 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 06:43:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1600ef1
x11-plugins/gkrellm-leds: rename src_{configure,install}
The PLUGIN_SO variable is only needed for the src_install phase, so
the only phase we really need to override here is src_install.
Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
Closes: https://github.com/gentoo/gentoo/pull/24959
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r2.ebuild
b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r2.ebuild
index fed6fcfc799b..6cb881e555ab 100644
--- a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r2.ebuild
+++ b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r2.ebuild
@@ -30,7 +30,7 @@ src_prepare() {
eautoreconf
}
-src_configure() {
+src_install() {
PLUGIN_SO=( src/.libs/gkleds$(get_modname) )
- default
+ gkrellm-plugin_src_install
}