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-util/cloc/
Date: Tue, 02 Aug 2016 11:54:55
Message-Id: 1470137426.c7bf2db6d7400e259edba69678a0b49166bfa23e.kentnl@gentoo
1 commit: c7bf2db6d7400e259edba69678a0b49166bfa23e
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 11:23:46 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 11:30:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bf2db6
7
8 dev-util/cloc: Fix dependency on dev-perl/Regexp-Common
9
10 Part of capitalization migration.
11
12 Package-Manager: portage-2.3.0
13 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
14
15 dev-util/cloc/cloc-1.64.ebuild | 2 +-
16 dev-util/cloc/cloc-1.66.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-util/cloc/cloc-1.64.ebuild b/dev-util/cloc/cloc-1.64.ebuild
20 index e44958b..41730b6 100644
21 --- a/dev-util/cloc/cloc-1.64.ebuild
22 +++ b/dev-util/cloc/cloc-1.64.ebuild
23 @@ -17,7 +17,7 @@ KEYWORDS="amd64 ppc ppc64 x86"
24 DEPEND=">=dev-lang/perl-5.6"
25 RDEPEND="${DEPEND}
26 dev-perl/Algorithm-Diff
27 - dev-perl/regexp-common
28 + dev-perl/Regexp-Common
29 virtual/perl-Digest-MD5
30 virtual/perl-Getopt-Long
31 virtual/perl-File-Spec
32
33 diff --git a/dev-util/cloc/cloc-1.66.ebuild b/dev-util/cloc/cloc-1.66.ebuild
34 index a1f8821..c4ad14f 100644
35 --- a/dev-util/cloc/cloc-1.66.ebuild
36 +++ b/dev-util/cloc/cloc-1.66.ebuild
37 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
38 DEPEND=">=dev-lang/perl-5.6"
39 RDEPEND="${DEPEND}
40 dev-perl/Algorithm-Diff
41 - dev-perl/regexp-common
42 + dev-perl/Regexp-Common
43 virtual/perl-Digest-MD5
44 virtual/perl-Getopt-Long
45 virtual/perl-File-Spec