commit: a34a2481264416099efd1c194953bc85a5b3dadf Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Fri Feb 10 21:14:20 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Feb 10 21:14:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a34a2481
x11-plugins/gkrellsun: fix IndirectInherits on multilib Signed-off-by: David Seifert <soap <AT> gentoo.org> x11-plugins/gkrellsun/gkrellsun-1.0.0-r5.ebuild | 4 ++-- 1 file 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/"
