dev-perl/Bio-Graphics: Fix missing test dep on CGI.pm
authorKent Fredric <kentnl@gentoo.org>
Fri, 7 Apr 2017 22:38:00 +0000 (10:38 +1200)
committerKent Fredric <kentnl@gentoo.org>
Fri, 7 Apr 2017 22:43:19 +0000 (10:43 +1200)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild

index 2eb6986fe685d18b87b8f9855b1e06c9d209ca27..415fe922e08b5a3652273345b8b85eba49df6f55 100644 (file)
@@ -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