Diff Net-Server-2.10.0 with a Net-Server-2.14.0

/usr/portage/dev-perl/Net-Server/Net-Server-2.14.0.ebuild 2023-10-09 14:52:29.904368361 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=RHANDOM
7
DIST_VERSION=2.010
7
DIST_VERSION=2.014
8
# Parallel testing causes tests to randomly fail
9
DIST_TEST="do"
8 10
inherit perl-module
9 11

  
10 12
DESCRIPTION="Extensible, general Perl server engine"
11 13

  
12 14
SLOT="0"
13
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
15
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
14 16
IUSE="ipv6"
15 17

  
16 18
RDEPEND="
......
23 25
BDEPEND="${RDEPEND}
24 26
	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
25 27
"
26

  
27
# Parallel testing causes tests to randomly fail
28
DIST_TEST="do"
Thank you!