Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/
Date: Sun, 26 Aug 2018 09:39:50
Message-Id: 1535275315.6af3e21daca578f481fc3bef30fb22b6c6560494.mgorny@gentoo
1 commit: 6af3e21daca578f481fc3bef30fb22b6c6560494
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 09:21:55 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 09:21:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af3e21d
7
8 dev-perl/Bio-Graphics: Remove support for non-existent deps
9
10 dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild | 7 +++----
11 1 file changed, 3 insertions(+), 4 deletions(-)
12
13 diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
14 index c1ddaf184d1..c76516e2a49 100644
15 --- a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
16 +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -14,12 +14,11 @@ KEYWORDS="~amd64 ~x86"
24 IUSE=""
25
26 RDEPEND="
27 - >=dev-perl/GD-2.300.0
28 dev-perl/CGI
29 - || ( >=dev-perl/Bio-Coordinate-1.7.1 <=sci-biology/bioperl-1.6.924 )
30 + >=dev-perl/GD-2.300.0
31 >=dev-perl/Statistics-Descriptive-2.600.0
32 + <=sci-biology/bioperl-1.6.924
33 >=sci-biology/bioperl-1.5.9.1
34 - dev-perl/CGI
35 "
36 DEPEND="${RDEPEND}
37 >=dev-perl/Module-Build-0.420.0