Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rex/
Date: Fri, 07 Aug 2020 17:01:27
Message-Id: 1596819616.f032d8abb2e1e00fb45e5caa591d354b8bb662b6.kentnl@gentoo
1 commit: f032d8abb2e1e00fb45e5caa591d354b8bb662b6
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 16:59:32 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 17:00:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f032d8ab
7
8 app-admin/rex: -9999 Add Plugin::Git as dep
9
10 Due to the change from [GatherDir] to [Git::GatherDir],
11 build now requires this.
12
13 Note: Something changed in the last dzil bump, and subsequently, build
14 now fails unless you have <dev-perl/Dist-Zilla-6.15.0
15
16 This is a work in progress :/
17
18 Package-Manager: Portage-2.3.103, Repoman-2.3.22
19 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
20
21 app-admin/rex/rex-9999.ebuild | 1 +
22 1 file changed, 1 insertion(+)
23
24 diff --git a/app-admin/rex/rex-9999.ebuild b/app-admin/rex/rex-9999.ebuild
25 index d8e8649d2bd..85e62dace75 100644
26 --- a/app-admin/rex/rex-9999.ebuild
27 +++ b/app-admin/rex/rex-9999.ebuild
28 @@ -30,6 +30,7 @@ DZIL_DEPENDS="
29 dev-perl/Dist-Zilla
30 dev-perl/Dist-Zilla-Plugin-CheckExtraTests
31 dev-perl/Dist-Zilla-Plugin-ContributorsFile
32 + dev-perl/Dist-Zilla-Plugin-Git
33 dev-perl/Dist-Zilla-Plugin-Git-Contributors
34 dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome
35 dev-perl/Dist-Zilla-Plugin-Meta-Contributors