summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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