Diff Math-GMP-2.200.0 with a Math-GMP-2.230.0
/usr/portage/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild 2023-10-09 14:52:29.888368360 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2021 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=SHLOMIF |
7 |
DIST_VERSION=2.20 |
|
7 |
DIST_VERSION=2.23 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 | 10 |
DESCRIPTION="High speed arbitrary size integer math" |
... | ... | |
12 | 12 |
SLOT="0" |
13 | 13 |
LICENSE="LGPL-2" |
14 | 14 |
KEYWORDS="~alpha amd64 ~hppa ~mips ppc x86" |
15 |
IUSE="test" |
|
16 |
RESTRICT="!test? ( test )" |
|
17 | 15 | |
18 | 16 |
RDEPEND=" |
19 | 17 |
virtual/perl-AutoLoader |
... | ... | |
21 | 19 |
virtual/perl-Exporter |
22 | 20 |
dev-libs/gmp:0 |
23 | 21 |
" |
24 |
DEPEND="${RDEPEND} |
|
22 |
BDEPEND="${RDEPEND} |
|
25 | 23 |
>=dev-perl/Alien-GMP-1.80.0 |
26 | 24 |
virtual/perl-ExtUtils-MakeMaker |
27 | 25 |
test? ( |