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 825F4138335 for ; Sun, 26 Aug 2018 09:39:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B74B8E0918; Sun, 26 Aug 2018 09:39:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C641E0918 for ; Sun, 26 Aug 2018 09:39:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DD8C9335CCF for ; Sun, 26 Aug 2018 09:39:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73D9C3BD for ; Sun, 26 Aug 2018 09:39:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1535275315.6af3e21daca578f481fc3bef30fb22b6c6560494.mgorny@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.400.0.ebuild X-VCS-Directories: dev-perl/Bio-Graphics/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6af3e21daca578f481fc3bef30fb22b6c6560494 X-VCS-Branch: master Date: Sun, 26 Aug 2018 09:39:43 +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: 3440d07a-b2d3-4c30-af1f-824d9ce65414 X-Archives-Hash: 949264a1175284486f03fa89e2956e8d commit: 6af3e21daca578f481fc3bef30fb22b6c6560494 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 26 09:21:55 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 26 09:21:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af3e21d dev-perl/Bio-Graphics: Remove support for non-existent deps dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild index c1ddaf184d1..c76516e2a49 100644 --- a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,12 +14,11 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" - >=dev-perl/GD-2.300.0 dev-perl/CGI - || ( >=dev-perl/Bio-Coordinate-1.7.1 <=sci-biology/bioperl-1.6.924 ) + >=dev-perl/GD-2.300.0 >=dev-perl/Statistics-Descriptive-2.600.0 + <=sci-biology/bioperl-1.6.924 >=sci-biology/bioperl-1.5.9.1 - dev-perl/CGI " DEPEND="${RDEPEND} >=dev-perl/Module-Build-0.420.0