Diff Math-GMP-2.230.0 with a Math-GMP-2.250.0

/usr/portage/dev-perl/Math-GMP/Math-GMP-2.250.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 4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=SHLOMIF
7
DIST_VERSION=2.23
7
DIST_VERSION=2.25
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="High speed arbitrary size integer math"
11 11

  
12
SLOT="0"
13 12
LICENSE="LGPL-2"
13
SLOT="0"
14 14
KEYWORDS="~alpha amd64 ~hppa ~mips ppc x86"
15 15

  
16 16
RDEPEND="
17 17
	virtual/perl-AutoLoader
18 18
	virtual/perl-Carp
19 19
	virtual/perl-Exporter
20
	dev-libs/gmp:0
20
	dev-libs/gmp:=
21 21
"
22
BDEPEND="${RDEPEND}
22
DEPEND="dev-libs/gmp:="
23
BDEPEND="
24
	${RDEPEND}
23 25
	>=dev-perl/Alien-GMP-1.80.0
24 26
	virtual/perl-ExtUtils-MakeMaker
25 27
	test? (
......
27 29
		virtual/perl-File-Spec
28 30
		virtual/perl-File-Temp
29 31
		virtual/perl-IO
32
		virtual/perl-Scalar-List-Utils
30 33
		virtual/perl-Test-Simple
31 34
	)
32 35
"
Thank you!