summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-13 01:00:28 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-13 01:08:54 +0100
commit814ffeea91517a59b0def829364deb98f7811038 (patch)
treef653c4b3a0f0da9272faf3bfe43ed50b8ff3ba46 /dev-perl
parentdev-perl/Math-ModInt: Remove old (diff)
downloadgentoo-814ffeea91517a59b0def829364deb98f7811038.tar.gz
gentoo-814ffeea91517a59b0def829364deb98f7811038.tar.bz2
gentoo-814ffeea91517a59b0def829364deb98f7811038.zip
dev-perl/Math-NumberCruncher: 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-NumberCruncher/Math-NumberCruncher-5.0.0-r2.ebuild (renamed from dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild)9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild b/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r2.ebuild
index 116725a9ddea..34700104f627 100644
--- a/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r1.ebuild
+++ b/dev-perl/Math-NumberCruncher/Math-NumberCruncher-5.0.0-r2.ebuild
@@ -1,22 +1,19 @@
-# 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_VERSION=5.00
DIST_AUTHOR=SIFUKURT
inherit perl-module
DESCRIPTION="Collection of useful math-related functions"
-LICENSE="|| ( Artistic GPL-2 )"
-
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="
>=virtual/perl-Math-BigInt-1.470.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"