Diff CGI-Fast-2.150.0 with a CGI-Fast-2.160.0

/usr/portage/dev-perl/CGI-Fast/CGI-Fast-2.160.0.ebuild 2023-10-09 14:52:29.824368359 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 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
DIST_AUTHOR=LEEJO
7
DIST_VERSION=2.15
7
DIST_VERSION=2.16
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="CGI Interface for Fast CGI"
11 11

  
12 12
SLOT="0"
13
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~m68k ~mips ppc ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
14
IUSE="test"
15
RESTRICT="!test? ( test )"
13
KEYWORDS="amd64 arm arm64 ~hppa ~m68k ~mips ppc ~ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
16 14

  
17 15
RDEPEND="
18 16
	>=dev-perl/CGI-4
......
27 25
		virtual/perl-Test-Simple
28 26
	)
29 27
"
28

  
30 29
PERL_RM_FILES=( "t/006_changes.t" )
Thank you!