From e982550819ad916d3ebb97a4fc92262764f78558 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sat, 8 Apr 2017 10:38:00 +1200 Subject: [PATCH] dev-perl/Bio-Graphics: Fix missing test dep on CGI.pm Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.26.2