aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 15:22:20 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 15:22:20 +0100
commit1a930e4573502e9eea1d2d681b1e09aafa8c346e (patch)
tree0b4d4c6e2a5e4e3c649ed2576a764e016e40b231
parentdev-perl/Log-Cabin: EAPI bump (diff)
downloadsci-1a930e4573502e9eea1d2d681b1e09aafa8c346e.tar.gz
sci-1a930e4573502e9eea1d2d681b1e09aafa8c346e.tar.bz2
sci-1a930e4573502e9eea1d2d681b1e09aafa8c346e.zip
dev-perl/Scalar-Util-Numeric: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--dev-perl/Scalar-Util-Numeric/Scalar-Util-Numeric-0.40.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-perl/Scalar-Util-Numeric/Scalar-Util-Numeric-0.40.ebuild b/dev-perl/Scalar-Util-Numeric/Scalar-Util-Numeric-0.40.ebuild
index 114425f3d..4833829e7 100644
--- a/dev-perl/Scalar-Util-Numeric/Scalar-Util-Numeric-0.40.ebuild
+++ b/dev-perl/Scalar-Util-Numeric/Scalar-Util-Numeric-0.40.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-MODULE_AUTHOR="CHOCOLATE"
-MODULE_A_EXT="tar.gz"
+DIST_AUTHOR="CHOCOLATE"
+DIST_A_EXT="tar.gz"
inherit perl-module
@@ -13,8 +13,6 @@ DESCRIPTION="Wrappers around perl's builtin looks_like_number function"
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="dev-lang/perl"
-
RDEPEND="${DEPEND}"