Diff Math-BigInt-Lite-0.190.0 with a Math-BigInt-Lite-0.270.0

/usr/portage/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.270.0.ebuild 2023-10-09 14:52:29.888368360 +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
DIST_AUTHOR=PJACKLAM
7
DIST_VERSION=0.19
7
DIST_VERSION=0.27
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="What BigInts are before they become big"
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="~amd64 x86"
14
IUSE="test"
15
RESTRICT="!test? ( test )"
16 14

  
17 15
RDEPEND="
18
	>=virtual/perl-Math-BigInt-1.999.812
16
	>=virtual/perl-Carp-1.220.0
17
	>=virtual/perl-Math-BigInt-1.999.819
18
	virtual/perl-Scalar-List-Utils
19 19
"
20
BDEPEND="${RDEPEND}
21
	virtual/perl-ExtUtils-MakeMaker
20
BDEPEND="
21
	${RDEPEND}
22
	>=virtual/perl-ExtUtils-MakeMaker-0.140.0
22 23
	test? (
24
		>=virtual/perl-Math-BigRat-0.140.0
23 25
		>=virtual/perl-Test-Simple-0.940.0
24 26
	)
25 27
"
Thank you!