Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SRU/
Date: Fri, 30 Jun 2017 02:11:30
Message-Id: 1498788374.b2f3adfbf721d53bd066b2882a26833f2e182c75.kentnl@gentoo
1 commit: b2f3adfbf721d53bd066b2882a26833f2e182c75
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 30 02:06:14 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 02:06:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f3adfb
7
8 dev-perl/SRU: Fix missing test dep on dev-perl/CGI
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-perl/SRU/SRU-1.10.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-perl/SRU/SRU-1.10.0.ebuild b/dev-perl/SRU/SRU-1.10.0.ebuild
16 index 821e08ee8ed..f571b96015a 100644
17 --- a/dev-perl/SRU/SRU-1.10.0.ebuild
18 +++ b/dev-perl/SRU/SRU-1.10.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -23,6 +23,7 @@ RDEPEND="
26 "
27 DEPEND="${RDEPEND}
28 test? (
29 + dev-perl/CGI
30 dev-perl/Test-Exception
31 dev-perl/Test-Pod
32 dev-perl/Test-Pod-Coverage