From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DE84139694 for ; Fri, 7 Apr 2017 22:43:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1142E081A; Fri, 7 Apr 2017 22:43:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BD6EE081A for ; Fri, 7 Apr 2017 22:43:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2BB534167D for ; Fri, 7 Apr 2017 22:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A97572DA for ; Fri, 7 Apr 2017 22:43:33 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1491604999.e982550819ad916d3ebb97a4fc92262764f78558.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild X-VCS-Directories: dev-perl/Bio-Graphics/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e982550819ad916d3ebb97a4fc92262764f78558 X-VCS-Branch: master Date: Fri, 7 Apr 2017 22:43:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4c94cc99-767c-4e05-8924-09f3d2cd5138 X-Archives-Hash: 9352479c6edc4bcad24cca483b87f4b9 commit: e982550819ad916d3ebb97a4fc92262764f78558 Author: Kent Fredric gentoo org> AuthorDate: Fri Apr 7 22:38:00 2017 +0000 Commit: Kent Fredric gentoo 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