diff options
-rw-r--r-- | dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0-r1.ebuild (renamed from dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild) | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0-r1.ebuild index 93dadd81e142..a20fe4700c8d 100644 --- a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild +++ b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0-r1.ebuild @@ -1,9 +1,9 @@ -# 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_AUTHOR=KRYDE DIST_VERSION=0.40 inherit perl-module @@ -11,20 +11,21 @@ DESCRIPTION="Factorize numbers and calculate matching multiplications" SLOT="0" KEYWORDS="~amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND="dev-perl/boolean +RDEPEND=" + dev-perl/boolean dev-perl/List-MoreUtils 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.400.0 virtual/perl-ExtUtils-CBuilder - test? ( virtual/perl-Test-Simple )" + test? ( virtual/perl-Test-Simple ) +" src_test() { perl_rm_files "t/pod.t" "t/pod-coverage.t" |