commit:     b2f3adfbf721d53bd066b2882a26833f2e182c75
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 02:06:14 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 02:06:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f3adfb

dev-perl/SRU: Fix missing test dep on dev-perl/CGI

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/SRU/SRU-1.10.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-perl/SRU/SRU-1.10.0.ebuild b/dev-perl/SRU/SRU-1.10.0.ebuild
index 821e08ee8ed..f571b96015a 100644
--- a/dev-perl/SRU/SRU-1.10.0.ebuild
+++ b/dev-perl/SRU/SRU-1.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -23,6 +23,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
        test? (
+               dev-perl/CGI
                dev-perl/Test-Exception
                dev-perl/Test-Pod
                dev-perl/Test-Pod-Coverage

Reply via email to