diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-12 22:42:54 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-12 23:32:42 +0200 |
commit | 9d99a24ffc634495c7d8bb939f59ab29571b54fb (patch) | |
tree | f09e11abffe2a28c0e36b8b8926d19c4c41b3a1c /dev-perl/Bio-Graphics | |
parent | dev-util/systemtap: Mark 4.4 stable on amd64/x86 (diff) | |
download | gentoo-9d99a24ffc634495c7d8bb939f59ab29571b54fb.tar.gz gentoo-9d99a24ffc634495c7d8bb939f59ab29571b54fb.tar.bz2 gentoo-9d99a24ffc634495c7d8bb939f59ab29571b54fb.zip |
dev-perl/Bio-Graphics: Require GD[jpeg]
Closes: https://bugs.gentoo.org/623672
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild | 8 |
1 files changed, 4 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 c76516e2a492..49bd6518bd84 100644 --- a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DIST_AUTHOR=CJFIELDS DIST_VERSION=2.40 @@ -15,11 +15,11 @@ IUSE="" RDEPEND=" dev-perl/CGI - >=dev-perl/GD-2.300.0 + >=dev-perl/GD-2.300.0[jpeg] >=dev-perl/Statistics-Descriptive-2.600.0 <=sci-biology/bioperl-1.6.924 >=sci-biology/bioperl-1.5.9.1 " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=dev-perl/Module-Build-0.420.0 " |