summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-13 01:08:03 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-13 01:09:13 +0100
commitef21eef0c021fec19ed10ffa8703e86365ebc755 (patch)
tree077bb2ad1cbecdc734746954d2c4b4e3cb1eafbb /dev-perl/Math-Spline
parentdev-perl/Math-Round: EAPI=8 bump (diff)
downloadgentoo-ef21eef0c021fec19ed10ffa8703e86365ebc755.tar.gz
gentoo-ef21eef0c021fec19ed10ffa8703e86365ebc755.tar.bz2
gentoo-ef21eef0c021fec19ed10ffa8703e86365ebc755.zip
dev-perl/Math-Spline: 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-Spline')
-rw-r--r--dev-perl/Math-Spline/Math-Spline-0.20.0-r1.ebuild (renamed from dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild)8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild b/dev-perl/Math-Spline/Math-Spline-0.20.0-r1.ebuild
index 64616bb23553..7280a5623dbe 100644
--- a/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild
+++ b/dev-perl/Math-Spline/Math-Spline-0.20.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=CHORNY
DIST_VERSION=0.02
@@ -11,15 +11,13 @@ DESCRIPTION="Cubic Spline Interpolation of data"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Math-Derivative
virtual/perl-Carp
>=virtual/perl-Exporter-5.570.0
"
-DEPEND="
+BDEPEND="
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple