summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-12-22 08:13:26 +1300
committerKent Fredric <kentnl@gentoo.org>2016-12-22 08:14:01 +1300
commite17257b0acab792fcfe9291fc06a534892dee4f2 (patch)
tree8ffbbc69538794c565391b2b7f30ba329eaee865
parentapp-admin/sudo-1.8.18_p1-r0: stable on amd64 (diff)
downloadgentoo-e17257b0acab792fcfe9291fc06a534892dee4f2.tar.gz
gentoo-e17257b0acab792fcfe9291fc06a534892dee4f2.tar.bz2
gentoo-e17257b0acab792fcfe9291fc06a534892dee4f2.zip
dev-perl/CGI: Fix missing test dep re bug #603366
This was an upstream underspecification issue as well that is already fixed in the other CGI ebuilds, but this one missed the fix. Bug: https://bugs.gentoo.org/603366 Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--dev-perl/CGI/CGI-4.220.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/CGI/CGI-4.220.0.ebuild b/dev-perl/CGI/CGI-4.220.0.ebuild
index 8915f6d05027..9681ae22a602 100644
--- a/dev-perl/CGI/CGI-4.220.0.ebuild
+++ b/dev-perl/CGI/CGI-4.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -28,6 +28,7 @@ DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-Test-Simple-0.980.0
+ dev-perl/Test-Deep
dev-perl/Test-Warn
dev-perl/Test-NoWarnings
)