From 752a529d5fb4cd9f959f78324742ae456b88b20d Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Fri, 17 Nov 2017 16:55:22 +1300 Subject: [PATCH] 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 --- dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() { -- 2.26.2