diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 05:10:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:10:10 +0000 |
commit | 7b05523aa37442aeb5118c74a91ee8a81f914aed (patch) | |
tree | 9f1a9a41677209953dd75b522a65562a7991f67b /app-misc/egads | |
parent | app-i18n/scim-bridge: [QA] fix UnusedInherits (multilib) (diff) | |
download | gentoo-7b05523aa37442aeb5118c74a91ee8a81f914aed.tar.gz gentoo-7b05523aa37442aeb5118c74a91ee8a81f914aed.tar.bz2 gentoo-7b05523aa37442aeb5118c74a91ee8a81f914aed.zip |
app-misc/egads: [QA] fix UnusedInherits (multilib)
get_libdir has been built-in since EAPI 6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/egads')
-rw-r--r-- | app-misc/egads/egads-0.9.5-r1.ebuild | 4 |
1 files 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" |