From 9d99a24ffc634495c7d8bb939f59ab29571b54fb Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Wed, 12 May 2021 22:42:54 +0200 Subject: dev-perl/Bio-Graphics: Require GD[jpeg] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/623672 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel --- dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild | 8 ++++---- 1 file 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 " -- cgit v1.2.3-65-gdbad