summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-13 01:02:47 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-13 01:09:04 +0100
commit6b019819db1c9ebea26446c00b7a6051888b0eca (patch)
tree538c244075dd9db7db69e9c81ce28a305d16ae53 /dev-perl
parentdev-perl/Math-PlanePath: Remove old (diff)
downloadgentoo-6b019819db1c9ebea26446c00b7a6051888b0eca.tar.gz
gentoo-6b019819db1c9ebea26446c00b7a6051888b0eca.tar.bz2
gentoo-6b019819db1c9ebea26446c00b7a6051888b0eca.zip
dev-perl/Math-Prime-XS: 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')
-rw-r--r--dev-perl/Math-Prime-XS/Math-Prime-XS-0.270.0-r1.ebuild (renamed from dev-perl/Math-Prime-XS/Math-Prime-XS-0.270.0.ebuild)17
1 files changed, 9 insertions, 8 deletions
diff --git a/dev-perl/Math-Prime-XS/Math-Prime-XS-0.270.0.ebuild b/dev-perl/Math-Prime-XS/Math-Prime-XS-0.270.0-r1.ebuild
index 73a0400bf81b..5466240b8eb2 100644
--- a/dev-perl/Math-Prime-XS/Math-Prime-XS-0.270.0.ebuild
+++ b/dev-perl/Math-Prime-XS/Math-Prime-XS-0.270.0-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=KRYDE
DIST_VERSION=0.27
@@ -11,19 +11,20 @@ DESCRIPTION="Detect and calculate prime numbers with deterministic tests"
SLOT="0"
KEYWORDS="~amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND="dev-perl/boolean
+RDEPEND="
+ dev-perl/boolean
dev-perl/Params-Validate
virtual/perl-Carp
virtual/perl-Exporter
virtual/perl-Scalar-List-Utils
- virtual/perl-XSLoader"
-DEPEND="${RDEPEND}
+ virtual/perl-XSLoader
+"
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
test? ( virtual/perl-Test-Simple )
- virtual/perl-ExtUtils-CBuilder"
+ virtual/perl-ExtUtils-CBuilder
+"
src_test() {
perl_rm_files "t/pod.t" "t/pod-coverage.t"