From: Kent Fredric Date: Fri, 17 Nov 2017 03:55:22 +0000 (+1300) Subject: dev-perl/CGI-Fast: Fix missing Test-Deep dependency X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=752a529d5fb4cd9f959f78324742ae456b88b20d;p=gentoo.git dev-perl/CGI-Fast: Fix missing Test-Deep dependency This is caused by an upstream packaging issue Bug: https://github.com/leejo/cgi-fast/issues/17 Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- diff --git a/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild b/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild index 9f6081d968a4..72634194d76a 100644 --- a/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild +++ b/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="CGI Interface for Fast CGI" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" +IUSE="test" RDEPEND=" >=dev-perl/CGI-4 @@ -21,6 +21,7 @@ RDEPEND=" " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker + test? ( dev-perl/Test-Deep ) " src_test() {