From: Kent Fredric Date: Fri, 7 Apr 2017 22:38:00 +0000 (+1200) Subject: dev-perl/Bio-Graphics: Fix missing test dep on CGI.pm X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e982550819ad916d3ebb97a4fc92262764f78558;p=gentoo.git dev-perl/Bio-Graphics: Fix missing test dep on CGI.pm Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild index 2eb6986fe685..415fe922e08b 100644 --- a/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="test" RDEPEND=" >=dev-perl/GD-2.300.0 @@ -21,6 +21,7 @@ RDEPEND=" " DEPEND="${RDEPEND} >=dev-perl/Module-Build-0.420.0 + test? ( dev-perl/CGI ) " SRC_TEST=do