From: Kent Fredric Date: Sun, 3 May 2020 17:16:52 +0000 (+1200) Subject: dev-perl/Dist-Zilla-Plugin-LicenseFromModule: Add missing RESTRICT=test X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f554db4bd28b412c4844725d7d5945f226fec4db;p=gentoo.git dev-perl/Dist-Zilla-Plugin-LicenseFromModule: Add missing RESTRICT=test Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric --- 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 54e8c3e57430..4b4b01444373 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 @@ -11,7 +11,7 @@ DESCRIPTION="Extract License and Copyright from its main_module file" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" - +RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/Dist-Zilla-4.300.30 >=virtual/perl-Module-Load-0.320.0