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/Dist-Zilla-Plugin-LicenseFromModule/
Date: Sat, 01 Aug 2020 10:07:10
Message-Id: 1596276355.384e6497512b0add5e86d597562cce0271fd9264.kentnl@gentoo
1 commit: 384e6497512b0add5e86d597562cce0271fd9264
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 10:05:04 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 10:05:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384e6497
7
8 dev-perl/Dist-Zilla-Plugin-LicenseFromModule: Fix missing test depends
9
10 - Add missing dev-perl/Test-Exception dep for FEATURES=test,
11 which was easily overlooked as it *isnt* declared upstream, and is
12 highly common to be installed (CPAN testers matrix reports no
13 failures due to the combined effect of its prevalence and the use of
14 this dep in tests by other dzil things)
15
16 Package-Manager: Portage-2.3.103, Repoman-2.3.22
17 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
18
19 .../Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild | 1 +
20 1 file changed, 1 insertion(+)
21
22 diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
23 index 4b4b0144437..1a1c960a667 100644
24 --- a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
25 +++ b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
26 @@ -24,6 +24,7 @@ BDEPEND="${RDEPEND}
27 >=dev-perl/Module-Build-Tiny-0.34.0
28 test? (
29 dev-perl/JSON
30 + dev-perl/Test-Exception
31 )
32 "
33 PERL_RM_FILES=(