diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-12 19:08:04 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-12 19:13:34 +0100 |
commit | 1e0fd740560e5576aa1bef294d6c183819ab4b5e (patch) | |
tree | c163e864a6fc4199127d5ebdaa32206ca9d7c1e9 /dev-perl/Math-Factor-XS | |
parent | dev-perl/Math-Derivative: EAPI=8 bump (diff) | |
download | gentoo-1e0fd740560e5576aa1bef294d6c183819ab4b5e.tar.gz gentoo-1e0fd740560e5576aa1bef294d6c183819ab4b5e.tar.bz2 gentoo-1e0fd740560e5576aa1bef294d6c183819ab4b5e.zip |
dev-perl/Math-Factor-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/Math-Factor-XS')
-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" |