summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-05-04 05:16:52 +1200
committerKent Fredric <kentnl@gentoo.org>2020-05-04 05:21:00 +1200
commitf554db4bd28b412c4844725d7d5945f226fec4db (patch)
tree819d263614288db1a5c95424d4df0ee8949fe237
parentdev-perl/App-FatPacker: Add missing RESTRICT for IUSE="test" (diff)
downloadgentoo-f554db4b.tar.gz
gentoo-f554db4b.tar.bz2
gentoo-f554db4b.zip
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 <kentnl@gentoo.org>
-rw-r--r--dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild2
1 files changed, 1 insertions, 1 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 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