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-StaticInstall/
Date: Sun, 03 May 2020 17:21:42
Message-Id: 1588526471.659f70816998a7a2a8cee6d27955468e82f292dd.kentnl@gentoo
1 commit: 659f70816998a7a2a8cee6d27955468e82f292dd
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 17:19:35 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 17:21:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659f7081
7
8 dev-perl/Dist-Zilla-Plugin-StaticInstall: Fix MissingTestRestrict
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-StaticInstall-0.12.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-perl/Dist-Zilla-Plugin-StaticInstall/Dist-Zilla-Plugin-StaticInstall-0.12.0.ebuild b/dev-perl/Dist-Zilla-Plugin-StaticInstall/Dist-Zilla-Plugin-StaticInstall-0.12.0.ebuild
17 index 3e151824ccb..432d52072ce 100644
18 --- a/dev-perl/Dist-Zilla-Plugin-StaticInstall/Dist-Zilla-Plugin-StaticInstall-0.12.0.ebuild
19 +++ b/dev-perl/Dist-Zilla-Plugin-StaticInstall/Dist-Zilla-Plugin-StaticInstall-0.12.0.ebuild
20 @@ -11,7 +11,7 @@ DESCRIPTION="Identify a distribution as eligible for static installation"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23 IUSE="test"
24 -
25 +RESTRICT="!test? ( test )"
26 RDEPEND="
27 >=dev-perl/Dist-Zilla-4.300.39
28 dev-perl/Moose