commit: ce3f587198ffae9a0dd572fc6fdb76e965d048f3
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 00:06:55 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 00:09:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3f5871
dev-perl/Math-Round: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Math-Round-0.70.0.ebuild => Math-Round-0.70.0-r1.ebuild} | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/dev-perl/Math-Round/Math-Round-0.70.0.ebuild
b/dev-perl/Math-Round/Math-Round-0.70.0-r1.ebuild
similarity index 81%
rename from dev-perl/Math-Round/Math-Round-0.70.0.ebuild
rename to dev-perl/Math-Round/Math-Round-0.70.0-r1.ebuild
index 3fe38548523..a6756b78f79 100644
--- a/dev-perl/Math-Round/Math-Round-0.70.0.ebuild
+++ b/dev-perl/Math-Round/Math-Round-0.70.0-r1.ebuild
@@ -1,18 +1,12 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=GROMMEL
DIST_VERSION=0.07
inherit perl-module
DESCRIPTION="Perl extension for rounding numbers"
-
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE=""
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"