summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-11-17 16:55:22 +1300
committerKent Fredric <kentnl@gentoo.org>2017-11-17 16:56:43 +1300
commit752a529d5fb4cd9f959f78324742ae456b88b20d (patch)
tree74b825f0340fbc747e3ca7bd5c8f8e76114d1cdf
parentnet-analyzer/icinga2: 2.8.0 (diff)
downloadgentoo-752a529d5fb4cd9f959f78324742ae456b88b20d.tar.gz
gentoo-752a529d5fb4cd9f959f78324742ae456b88b20d.tar.bz2
gentoo-752a529d5fb4cd9f959f78324742ae456b88b20d.zip
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
-rw-r--r--dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild3
1 files changed, 2 insertions, 1 deletions
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() {