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 07FDD139083 for ; Fri, 7 Apr 2017 23:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB7D6E0821; Fri, 7 Apr 2017 22:59:57 +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 A99B2E0821 for ; Fri, 7 Apr 2017 22:59:57 +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 32DA83412CB for ; Fri, 7 Apr 2017 22:59:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 331B01B9B for ; Fri, 7 Apr 2017 22:59:54 +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: <1491605160.98b459086c90a14199efd69b4662f01de02186d1.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: 98b459086c90a14199efd69b4662f01de02186d1 X-VCS-Branch: master Date: Fri, 7 Apr 2017 22:59:54 +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: ba99013e-1d93-4672-88a5-d28beb228616 X-Archives-Hash: f5960a833eb12cff351a5d31841d42a7 commit: 98b459086c90a14199efd69b4662f01de02186d1 Author: Kent Fredric gentoo org> AuthorDate: Fri Apr 7 22:46:00 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Apr 7 22:46:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b45908 dev-perl/Bio-Graphics: Elevate CGI to runtime. I guess I should have paid more attention. Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 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 415fe922e08..00d3935f6fc 100644 --- a/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild @@ -11,17 +11,15 @@ DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" +IUSE="" RDEPEND=" >=dev-perl/GD-2.300.0 >=dev-perl/Statistics-Descriptive-2.600.0 >=sci-biology/bioperl-1.5.9.1 - + dev-perl/CGI " DEPEND="${RDEPEND} >=dev-perl/Module-Build-0.420.0 - test? ( dev-perl/CGI ) " - SRC_TEST=do