commit: 7b05523aa37442aeb5118c74a91ee8a81f914aed Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 10 05:10:02 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 10 21:10:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b05523a
app-misc/egads: [QA] fix UnusedInherits (multilib) get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/egads/egads-0.9.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/egads/egads-0.9.5-r1.ebuild b/app-misc/egads/egads-0.9.5-r1.ebuild index e6a0e21f3755..032827037c57 100644 --- a/app-misc/egads/egads-0.9.5-r1.ebuild +++ b/app-misc/egads/egads-0.9.5-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit multilib toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Entropy Gathering And Distribution System" HOMEPAGE="http://www.securesoftware.com/download_egads.htm"
