aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 15:27:52 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 15:27:52 +0100
commit9d61e0b7c0c4e97e1564f4327295f4868e815e8c (patch)
tree18d716af2c0ef5128bca192746d8a43c7a0fc1ab
parentdev-perl/Set-IntSpan-Fast: EAPI bump, add missing dep (diff)
downloadsci-9d61e0b7c0c4e97e1564f4327295f4868e815e8c.tar.gz
sci-9d61e0b7c0c4e97e1564f4327295f4868e815e8c.tar.bz2
sci-9d61e0b7c0c4e97e1564f4327295f4868e815e8c.zip
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@riseup.net>
-rw-r--r--dev-perl/Text-Graph/Text-Graph-0.83.ebuild15
1 files 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}"