diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-01 22:05:04 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-01 22:05:55 +1200 |
commit | 384e6497512b0add5e86d597562cce0271fd9264 (patch) | |
tree | 3066b95680e6613e200e563a13e48da95738aacd /dev-perl | |
parent | sys-devel/gcc: 4.9.4: switch EAPI=7 (diff) | |
download | gentoo-384e6497512b0add5e86d597562cce0271fd9264.tar.gz gentoo-384e6497512b0add5e86d597562cce0271fd9264.tar.bz2 gentoo-384e6497512b0add5e86d597562cce0271fd9264.zip |
dev-perl/Dist-Zilla-Plugin-LicenseFromModule: Fix missing test depends
- Add missing dev-perl/Test-Exception dep for FEATURES=test,
which was easily overlooked as it *isnt* declared upstream, and is
highly common to be installed (CPAN testers matrix reports no
failures due to the combined effect of its prevalence and the use of
this dep in tests by other dzil things)
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 index 4b4b01444373..1a1c960a6670 100644 --- 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 @@ -24,6 +24,7 @@ BDEPEND="${RDEPEND} >=dev-perl/Module-Build-Tiny-0.34.0 test? ( dev-perl/JSON + dev-perl/Test-Exception ) " PERL_RM_FILES=( |