commit:     752a529d5fb4cd9f959f78324742ae456b88b20d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 03:55:22 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 03:56:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752a529d

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 9f6081d968a..72634194d76 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() {

Reply via email to