diff options
author | 2021-11-13 01:05:51 +0100 | |
---|---|---|
committer | 2021-11-13 01:09:07 +0100 | |
commit | 00521c6b9467ab10f415a7a90d43efd4b5f1aed1 (patch) | |
tree | bca3f0c91c29f94c1efeabbac7d9b232356ed376 /dev-perl/Math-Random-Secure | |
parent | dev-perl/Math-Prime-XS: EAPI=8 bump (diff) | |
download | gentoo-00521c6b9467ab10f415a7a90d43efd4b5f1aed1.tar.gz gentoo-00521c6b9467ab10f415a7a90d43efd4b5f1aed1.tar.bz2 gentoo-00521c6b9467ab10f415a7a90d43efd4b5f1aed1.zip |
dev-perl/Math-Random-Secure: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Math-Random-Secure')
-rw-r--r-- | dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1-r1.ebuild (renamed from dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1-r1.ebuild index 9df10c50d549..4d8533ded2df 100644 --- a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild +++ b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=FREW DIST_VERSION=0.080001 @@ -12,15 +12,14 @@ DESCRIPTION="Cryptographically-secure, cross-platform replacement for rand()" LICENSE="Artistic-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Moo-2.0.0 >=dev-perl/Crypt-Random-Source-0.70 >=dev-perl/Math-Random-ISAAC-1.1.0 - dev-perl/Math-Random-ISAAC-XS" -DEPEND="${RDEPEND} + dev-perl/Math-Random-ISAAC-XS +" +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/List-MoreUtils @@ -29,6 +28,7 @@ DEPEND="${RDEPEND} dev-perl/Test-Warn ) " + src_test() { perl_rm_files t/author-*.t t/release-*.t perl-module_src_test |