commit: c01048d1ab3f6d012508b6da6d8cb2260522eca1 Author: Matt Smith <matt <AT> offtopica <DOT> uk> AuthorDate: Sat Apr 3 16:59:56 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 21:58:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01048d1
app-misc/figlet: EAPI 7 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matt Smith <matt <AT> offtopica.uk> Closes: https://github.com/gentoo/gentoo/pull/20245 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/figlet/figlet-2.2.5-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-misc/figlet/figlet-2.2.5-r1.ebuild b/app-misc/figlet/figlet-2.2.5-r1.ebuild index 9e32653271a..7514e810fb6 100644 --- a/app-misc/figlet/figlet-2.2.5-r1.ebuild +++ b/app-misc/figlet/figlet-2.2.5-r1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit eutils bash-completion-r1 toolchain-funcs +EAPI=7 + +inherit bash-completion-r1 toolchain-funcs DESCRIPTION="program for making large letters out of ordinary text" HOMEPAGE="http://www.figlet.org/"
