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/CGI-Fast/
Date: Fri, 17 Nov 2017 03:57:07
Message-Id: 1510891003.752a529d5fb4cd9f959f78324742ae456b88b20d.kentnl@gentoo
1 commit: 752a529d5fb4cd9f959f78324742ae456b88b20d
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 17 03:55:22 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 17 03:56:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752a529d
7
8 dev-perl/CGI-Fast: Fix missing Test-Deep dependency
9
10 This is caused by an upstream packaging issue
11
12 Bug: https://github.com/leejo/cgi-fast/issues/17
13 Package-Manager: Portage-2.3.8, Repoman-2.3.3
14
15 dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild b/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild
19 index 9f6081d968a..72634194d76 100644
20 --- a/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild
21 +++ b/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild
22 @@ -11,7 +11,7 @@ DESCRIPTION="CGI Interface for Fast CGI"
23
24 SLOT="0"
25 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"
26 -IUSE=""
27 +IUSE="test"
28
29 RDEPEND="
30 >=dev-perl/CGI-4
31 @@ -21,6 +21,7 @@ RDEPEND="
32 "
33 DEPEND="${RDEPEND}
34 virtual/perl-ExtUtils-MakeMaker
35 + test? ( dev-perl/Test-Deep )
36 "
37
38 src_test() {