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: Sun, 03 May 2020 17:21:42
Message-Id: 1588526460.f554db4bd28b412c4844725d7d5945f226fec4db.kentnl@gentoo
1 commit: f554db4bd28b412c4844725d7d5945f226fec4db
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 17:16:52 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 17:21:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f554db4b
7
8 dev-perl/Dist-Zilla-Plugin-LicenseFromModule: Add missing RESTRICT=test
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 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
17 index 54e8c3e5743..4b4b0144437 100644
18 --- a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
19 +++ b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
20 @@ -11,7 +11,7 @@ DESCRIPTION="Extract License and Copyright from its main_module file"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23 IUSE="test"
24 -
25 +RESTRICT="!test? ( test )"
26 RDEPEND="
27 >=dev-perl/Dist-Zilla-4.300.30
28 >=virtual/perl-Module-Load-0.320.0