sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / dev-perl / Graph / Graph-0.970.400.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=JHI
7 DIST_VERSION=0.9704
8 inherit perl-module
9
10 DESCRIPTION="Data structure and ops for directed graphs"
11
12 SLOT="0"
13 KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
14 IUSE=""
15
16 RDEPEND="
17         virtual/perl-Scalar-List-Utils
18         >=virtual/perl-Storable-2.05
19 "
20 DEPEND="${RDEPEND}
21         virtual/perl-ExtUtils-MakeMaker
22 "