diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-03 21:52:03 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-03 21:59:07 +0200 |
commit | 4297254636143dcd392ef44aac54ae439f93f711 (patch) | |
tree | 8d5f7c5551ccb2a817d8351a23f73da460ae8afc /dev-perl/Math-Random-MT | |
parent | media-sound/pulseeffects: add yelp dep for help docs (diff) | |
download | gentoo-4297254636143dcd392ef44aac54ae439f93f711.tar.gz gentoo-4297254636143dcd392ef44aac54ae439f93f711.tar.bz2 gentoo-4297254636143dcd392ef44aac54ae439f93f711.zip |
dev-perl/Math-Random-MT: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Math-Random-MT')
-rw-r--r-- | dev-perl/Math-Random-MT/Math-Random-MT-1.170.0-r1.ebuild (renamed from dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild) | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0-r1.ebuild index b62ace543c8a..c14e9cd0a5bc 100644 --- a/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild +++ b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=FANGLY -MODULE_VERSION=1.17 +DIST_AUTHOR=FANGLY +DIST_VERSION=1.17 inherit perl-module DESCRIPTION="The Mersenne Twister PRNG" @@ -12,13 +12,9 @@ DESCRIPTION="The Mersenne Twister PRNG" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" -DEPEND=" +BDEPEND=" test? ( dev-perl/Test-Number-Delta ) " - -SRC_TEST=do |