diff options
author | David Seifert <soap@gentoo.org> | 2023-02-10 22:14:20 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-02-10 22:14:20 +0100 |
commit | a34a2481264416099efd1c194953bc85a5b3dadf (patch) | |
tree | dadc72d3ca9c679a4d7d514ca0a6f71e8f87a91f /x11-plugins/gkrellsun | |
parent | x11-plugins/gkrellm-xkb: fix IndirectInherits on multilib (diff) | |
download | gentoo-a34a2481264416099efd1c194953bc85a5b3dadf.tar.gz gentoo-a34a2481264416099efd1c194953bc85a5b3dadf.tar.bz2 gentoo-a34a2481264416099efd1c194953bc85a5b3dadf.zip |
x11-plugins/gkrellsun: fix IndirectInherits on multilib
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-plugins/gkrellsun')
-rw-r--r-- | x11-plugins/gkrellsun/gkrellsun-1.0.0-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r5.ebuild b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r5.ebuild index 17262d6e9998..6a028f6a52fb 100644 --- a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r5.ebuild +++ b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r5.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="A GKrellM plugin that shows sunrise and sunset times" HOMEPAGE="http://gkrellsun.sourceforge.net/" |