Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/
Date: Fri, 07 Apr 2017 22:43:39
Message-Id: 1491604999.e982550819ad916d3ebb97a4fc92262764f78558.kentnl@gentoo
1 commit: e982550819ad916d3ebb97a4fc92262764f78558
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 7 22:38:00 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 7 22:43:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9825508
7
8 dev-perl/Bio-Graphics: Fix missing test dep on CGI.pm
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild
16 index 2eb6986fe68..415fe922e08 100644
17 --- a/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild
18 +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -11,7 +11,7 @@ DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes"
26
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 -IUSE=""
30 +IUSE="test"
31
32 RDEPEND="
33 >=dev-perl/GD-2.300.0
34 @@ -21,6 +21,7 @@ RDEPEND="
35 "
36 DEPEND="${RDEPEND}
37 >=dev-perl/Module-Build-0.420.0
38 + test? ( dev-perl/CGI )
39 "
40
41 SRC_TEST=do