diff options
author | 2021-06-11 06:54:59 +0000 | |
---|---|---|
committer | 2021-06-11 06:56:51 +0000 | |
commit | 4adeebfa7bcfec71244c36882e9d49696973aaad (patch) | |
tree | e388e7681d6e11f98f29842347f82a3258c54b22 /app-misc | |
parent | dev-libs/nanomsg: add 10 seconds on some tests (diff) | |
download | gentoo-4adeebfa7bcfec71244c36882e9d49696973aaad.tar.gz gentoo-4adeebfa7bcfec71244c36882e9d49696973aaad.tar.bz2 gentoo-4adeebfa7bcfec71244c36882e9d49696973aaad.zip |
app-misc/supercat: update EAPI 6 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/supercat/supercat-0.5.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/supercat/supercat-0.5.7.ebuild b/app-misc/supercat/supercat-0.5.7.ebuild index c64ec1a774f0..9edb488358eb 100644 --- a/app-misc/supercat/supercat-0.5.7.ebuild +++ b/app-misc/supercat/supercat-0.5.7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="A text file colorizer using powerful regular expressions" HOMEPAGE="http://supercat.nosredna.net" |