Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/supercat/
Date: Fri, 11 Jun 2021 06:57:03
Message-Id: 1623394611.4adeebfa7bcfec71244c36882e9d49696973aaad.sam@gentoo
1 commit: 4adeebfa7bcfec71244c36882e9d49696973aaad
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 06:54:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 06:56:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adeebfa
7
8 app-misc/supercat: update EAPI 6 -> 7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-misc/supercat/supercat-0.5.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-misc/supercat/supercat-0.5.7.ebuild b/app-misc/supercat/supercat-0.5.7.ebuild
16 index c64ec1a774f..9edb488358e 100644
17 --- a/app-misc/supercat/supercat-0.5.7.ebuild
18 +++ b/app-misc/supercat/supercat-0.5.7.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 DESCRIPTION="A text file colorizer using powerful regular expressions"
27 HOMEPAGE="http://supercat.nosredna.net"