diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 09:54:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:11:22 +0100 |
commit | 4eb0f1f200dcd39044a75d70435fc478990e6a5c (patch) | |
tree | 5557de87bcc5e4004f6ca60287281a4f4c1ce4a3 /app-text/teseq | |
parent | app-misc/gcal: port to EAPI 7 (diff) | |
download | gentoo-4eb0f1f200dcd39044a75d70435fc478990e6a5c.tar.gz gentoo-4eb0f1f200dcd39044a75d70435fc478990e6a5c.tar.bz2 gentoo-4eb0f1f200dcd39044a75d70435fc478990e6a5c.zip |
app-text/teseq: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/teseq')
-rw-r--r-- | app-text/teseq/teseq-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/teseq/teseq-1.1.1.ebuild b/app-text/teseq/teseq-1.1.1.ebuild index 360d7d34a80d..c27cb9da07be 100644 --- a/app-text/teseq/teseq-1.1.1.ebuild +++ b/app-text/teseq/teseq-1.1.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="A tool for analyzing files that contain control characters and sequences" HOMEPAGE="https://www.gnu.org/software/teseq/" |