commit: 6af3e21daca578f481fc3bef30fb22b6c6560494
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 09:21:55 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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