commit: 9d61e0b7c0c4e97e1564f4327295f4868e815e8c
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar 3 14:27:52 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar 3 14:27:52 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9d61e0b7
dev-perl/Text-Graph: 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-Graph/Text-Graph-0.83.ebuild | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/dev-perl/Text-Graph/Text-Graph-0.83.ebuild
b/dev-perl/Text-Graph/Text-Graph-0.83.ebuild
index 557bcbdbc..1fd5082ea 100644
--- a/dev-perl/Text-Graph/Text-Graph-0.83.ebuild
+++ b/dev-perl/Text-Graph/Text-Graph-0.83.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="GWADEJ"
-MODULE_A_EXT="tar.gz"
+DIST_AUTHOR="GWADEJ"
+DIST_A_EXT="tar.gz"
inherit perl-module
@@ -13,8 +13,9 @@ DESCRIPTION="Perl module for generating simple text-based
graphs"
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
+DEPEND="
+ dev-lang/perl
+ dev-perl/Moo
+"
RDEPEND="${DEPEND}"