summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Smith <matt@offtopica.uk>2021-04-03 17:59:56 +0100
committerSam James <sam@gentoo.org>2021-04-03 21:58:17 +0000
commitc01048d1ab3f6d012508b6da6d8cb2260522eca1 (patch)
tree5a86f547785683407462cd42ff3ac4fc289e1035 /app-misc/figlet
parentapp-misc/cdctl: EAPI 7 (diff)
downloadgentoo-c01048d1ab3f6d012508b6da6d8cb2260522eca1.tar.gz
gentoo-c01048d1ab3f6d012508b6da6d8cb2260522eca1.tar.bz2
gentoo-c01048d1ab3f6d012508b6da6d8cb2260522eca1.zip
app-misc/figlet: EAPI 7
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matt Smith <matt@offtopica.uk> Closes: https://github.com/gentoo/gentoo/pull/20245 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/figlet')
-rw-r--r--app-misc/figlet/figlet-2.2.5-r1.ebuild5
1 files 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 9e32653271ab..7514e810fb65 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/"