summaryrefslogtreecommitdiff
path: root/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild')
-rw-r--r--x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
index ab92387a631d..eb076714e07d 100644
--- a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
+++ b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.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
@@ -19,7 +19,10 @@ DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${PN}-makefile.patch )
-PLUGIN_SO=( xkb$(get_modname) )
+src_configure() {
+ PLUGIN_SO=( xkb$(get_modname) )
+ default
+}
src_compile() {
emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"