Diff supercat-0.5.7 with a supercat-0.5.8

/usr/portage/app-misc/supercat/supercat-0.5.8.ebuild 2023-10-09 14:52:28.820368333 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="A text file colorizer using powerful regular expressions"
7 7
HOMEPAGE="http://supercat.nosredna.net"
......
9 9

  
10 10
LICENSE="GPL-3"
11 11
SLOT="0"
12
KEYWORDS="amd64 ppc64 sparc x86 ~amd64-linux ~x86-linux"
12
KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
13 13

  
14 14
src_configure() {
15 15
	econf --with-system-directory="${EPREFIX}/etc/supercat"
16 16
}
17

  
18
src_install() {
19
	default
20
}
Thank you!