projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2c292a
)
dev-perl/Bio-Graphics: Fix missing test dep on CGI.pm
author
Kent Fredric
<kentnl@gentoo.org>
Fri, 7 Apr 2017 22:38:00 +0000
(10:38 +1200)
committer
Kent 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
patch
|
blob
|
history
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 2eb6986fe685d18b87b8f9855b1e06c9d209ca27..415fe922e08b5a3652273345b8b85eba49df6f55 100644
(file)
--- 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-201
5
Gentoo Foundation
+# Copyright 1999-201
7
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