Diff Crypt-Random-1.520.0-r1 with a Crypt-Random-1.540.0
/usr/portage/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild 2023-10-09 14:52:29.840368359 +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=VIPUL |
7 |
DIST_VERSION=1.52 |
|
7 |
DIST_VERSION=1.54 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 | 10 |
DESCRIPTION="Cryptographically Secure, True Random Number Generator" |
11 | 11 | |
12 | 12 |
SLOT="0" |
13 |
KEYWORDS="~alpha amd64 ~hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" |
|
14 |
IUSE="" |
|
13 |
KEYWORDS="~alpha amd64 sparc" |
|
15 | 14 | |
16 | 15 |
RDEPEND=" |
17 |
>=dev-perl/Math-Pari-2.1.804 |
|
18 | 16 |
>=dev-perl/Class-Loader-2.0.0 |
17 |
>=dev-perl/Math-Pari-2.1.804 |
|
18 |
>=dev-perl/Statistics-ChiSquare-1.0.0 |
|
19 | 19 |
" |
20 | 20 |
BDEPEND="${RDEPEND} |
21 | 21 |
virtual/perl-ExtUtils-MakeMaker |