aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 15:31:18 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 15:31:18 +0100
commit55ffbde630373e4386ec2245e579392aec803f26 (patch)
tree89d94f9cb4a4d2ee6d0fb4d8e535ffd9c5ad7f3c
parentdev-perl/Text-Graph: EAPI bump, add missing dep (diff)
downloadsci-55ffbde630373e4386ec2245e579392aec803f26.tar.gz
sci-55ffbde630373e4386ec2245e579392aec803f26.tar.bz2
sci-55ffbde630373e4386ec2245e579392aec803f26.zip
dev-perl/Text-RecordParser: EAPI bump, add missing dep
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild b/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild
index fcb4e8ac7..9392658a2 100644
--- a/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild
+++ b/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
+
+DIST_AUTHOR="KCLARK"
-MODULE_AUTHOR="KCLARK"
inherit perl-module
DESCRIPTION="Perl module to read record-oriented files"
@@ -11,11 +12,13 @@ DESCRIPTION="Perl module to read record-oriented files"
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="
dev-lang/perl
- dev-perl/Module-Install"
+ dev-perl/Module-Install
+ dev-perl/Readonly
+ dev-perl/Test-Exception
+"
DEPEND="${RDEPEND}"
SRC_TEST="do"