Diff Math-BigInt-GMP-1.600.700 with a Math-BigInt-GMP-1.601.300
/usr/portage/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.601.300.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=1.6007 |
|
7 |
DIST_VERSION=1.6013 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 | 10 |
DESCRIPTION="Use the GMP library for Math::BigInt routines" |
11 | 11 | |
12 | 12 |
SLOT="0" |
13 |
KEYWORDS="~alpha amd64 ~hppa ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
14 |
IUSE="test" |
|
15 |
RESTRICT="!test? ( test )" |
|
13 |
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
16 | 14 | |
17 | 15 |
RDEPEND=" |
18 |
>=virtual/perl-Math-BigInt-1.999.817 |
|
16 |
>=virtual/perl-Carp-1.220.0 |
|
17 |
>=virtual/perl-Math-BigInt-1.999.840 |
|
19 | 18 |
>=virtual/perl-XSLoader-0.20.0 |
20 | 19 |
>=dev-libs/gmp-4.0.0:0 |
21 | 20 |
" |
22 |
DEPEND="${RDEPEND} |
|
21 |
DEPEND=" |
|
22 |
${RDEPEND} |
|
23 | 23 |
>=virtual/perl-ExtUtils-MakeMaker-6.580.0 |
24 | 24 |
test? ( >=virtual/perl-Test-Simple-0.820.0 ) |
25 | 25 |
" |