diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-13 01:06:55 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-13 01:09:10 +0100 |
commit | ce3f587198ffae9a0dd572fc6fdb76e965d048f3 (patch) | |
tree | b74d650ce337b86077937e1c454e4b1bc08a8fa2 /dev-perl | |
parent | dev-perl/Math-Random-Secure: EAPI=8 bump (diff) | |
download | gentoo-ce3f587198ffae9a0dd572fc6fdb76e965d048f3.tar.gz gentoo-ce3f587198ffae9a0dd572fc6fdb76e965d048f3.tar.bz2 gentoo-ce3f587198ffae9a0dd572fc6fdb76e965d048f3.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Math-Round/Math-Round-0.70.0-r1.ebuild (renamed from dev-perl/Math-Round/Math-Round-0.70.0.ebuild) | 8 |
1 files changed, 1 insertions, 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 index 3fe385485239..a6756b78f797 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 -" |