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 23:00:00
Message-Id: 1491605160.98b459086c90a14199efd69b4662f01de02186d1.kentnl@gentoo
1 commit: 98b459086c90a14199efd69b4662f01de02186d1
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 7 22:46:00 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 7 22:46:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b45908
7
8 dev-perl/Bio-Graphics: Elevate CGI to runtime.
9
10 I guess I should have paid more attention.
11
12 Package-Manager: Portage-2.3.4, Repoman-2.3.2
13
14 dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild | 6 ++----
15 1 file changed, 2 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild
18 index 415fe922e08..00d3935f6fc 100644
19 --- a/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild
20 +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild
21 @@ -11,17 +11,15 @@ DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes"
22
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 -IUSE="test"
26 +IUSE=""
27
28 RDEPEND="
29 >=dev-perl/GD-2.300.0
30 >=dev-perl/Statistics-Descriptive-2.600.0
31 >=sci-biology/bioperl-1.5.9.1
32 -
33 + dev-perl/CGI
34 "
35 DEPEND="${RDEPEND}
36 >=dev-perl/Module-Build-0.420.0
37 - test? ( dev-perl/CGI )
38 "
39 -
40 SRC_TEST=do