Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/
Date: Sat, 02 May 2015 02:21:22
Message-Id: 1430529336.d6dc206e965dcab440d8f11cab13a700e1edaaa9.kent@gentoo
1 commit: d6dc206e965dcab440d8f11cab13a700e1edaaa9
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat May 2 01:15:36 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat May 2 01:15:36 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d6dc206e
7
8 [fixup] B-Hooks-OP-Check-EntersubForCV: Fix deps on ExtUtils-Depends
9
10 Package-Manager: portage-2.2.17
11
12 .../B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
16 index 41d02e4..f59fd30 100644
17 --- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
18 +++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild
19 @@ -20,6 +20,6 @@ RDEPEND="
20 "
21 DEPEND="
22 ${RDEPEND}
23 - dev-perl/extutils-depends
24 + dev-perl/ExtUtils-Depends
25 >=virtual/perl-ExtUtils-MakeMaker-6.420.0
26 "