diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 22:43:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 22:43:06 +0000 |
commit | aa993ba491120cab696d056e32f44daf34361ef9 (patch) | |
tree | 9c34cd4b2c152966927ba6e3fbd47170ee060c12 /x11-plugins/gkrellm-xkb | |
parent | x11-plugins/gkrellm-volume: fix commands in global scope (diff) | |
download | gentoo-aa993ba491120cab696d056e32f44daf34361ef9.tar.gz gentoo-aa993ba491120cab696d056e32f44daf34361ef9.tar.bz2 gentoo-aa993ba491120cab696d056e32f44daf34361ef9.zip |
x11-plugins/gkrellm-xkb: 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-xkb')
-rw-r--r-- | x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild | 7 |
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}" |