diff options
author | David Seifert <soap@gentoo.org> | 2023-02-10 22:14:18 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-02-10 22:14:18 +0100 |
commit | 7bfd32ac9ea0a7649195ad3978149d01aea398b4 (patch) | |
tree | 0d5f245b9ba5b33d2449cfa8f2e9efe1506a1fa6 /x11-plugins/gkrellm-xkb | |
parent | x11-plugins/gkrellmwireless: fix IndirectInherits on multilib (diff) | |
download | gentoo-7bfd32ac9ea0a7649195ad3978149d01aea398b4.tar.gz gentoo-7bfd32ac9ea0a7649195ad3978149d01aea398b4.tar.bz2 gentoo-7bfd32ac9ea0a7649195ad3978149d01aea398b4.zip |
x11-plugins/gkrellm-xkb: fix IndirectInherits on multilib
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-plugins/gkrellm-xkb')
-rw-r--r-- | x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild index 310f806b149d..5d337fbdf60c 100644 --- a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild +++ b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit gkrellm-plugin toolchain-funcs +inherit gkrellm-plugin multilib toolchain-funcs DESCRIPTION="XKB keyboard switcher for gkrellm2" HOMEPAGE="http://tripie.sweb.cz/gkrellm/xkb/" |