diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 11:21:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 11:21:55 +0200 |
commit | 6af3e21daca578f481fc3bef30fb22b6c6560494 (patch) | |
tree | a0bf94eee2d3dc59952ec258a4a97dd1c61891c4 /dev-perl/Bio-Graphics | |
parent | dev-ml/camldbm: Remove support for non-existent deps (diff) | |
download | gentoo-6af3e21daca578f481fc3bef30fb22b6c6560494.tar.gz gentoo-6af3e21daca578f481fc3bef30fb22b6c6560494.tar.bz2 gentoo-6af3e21daca578f481fc3bef30fb22b6c6560494.zip |
dev-perl/Bio-Graphics: Remove support for non-existent deps
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild | 7 |
1 files 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 c1ddaf184d1e..c76516e2a492 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 |