commit: e982550819ad916d3ebb97a4fc92262764f78558
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 7 22:38:00 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Apr 7 22:43:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9825508
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 2eb6986fe68..415fe922e08 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