commit:     55ffbde630373e4386ec2245e579392aec803f26
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 14:31:18 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 14:31:18 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=55ffbde6

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 <AT> riseup.net>

 dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild | 13 ++++++++-----
 1 file 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"

Reply via email to