From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7525613832F for ; Tue, 2 Aug 2016 11:54:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2875221C14A; Tue, 2 Aug 2016 11:54:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85B9D21C06B for ; Tue, 2 Aug 2016 11:54:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6E59340BA2 for ; Tue, 2 Aug 2016 11:54:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24E822445 for ; Tue, 2 Aug 2016 11:54:34 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1470137426.c7bf2db6d7400e259edba69678a0b49166bfa23e.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cloc/cloc-1.64.ebuild dev-util/cloc/cloc-1.66.ebuild X-VCS-Directories: dev-util/cloc/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c7bf2db6d7400e259edba69678a0b49166bfa23e X-VCS-Branch: master Date: Tue, 2 Aug 2016 11:54:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4dc4f9eb-3318-4e6b-9a83-e3393e196906 X-Archives-Hash: 84cd7c77da94c618496108900c37aadc commit: c7bf2db6d7400e259edba69678a0b49166bfa23e Author: Kent Fredric gentoo org> AuthorDate: Tue Aug 2 11:23:46 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Aug 2 11:30:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bf2db6 dev-util/cloc: Fix dependency on dev-perl/Regexp-Common Part of capitalization migration. Package-Manager: portage-2.3.0 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" dev-util/cloc/cloc-1.64.ebuild | 2 +- dev-util/cloc/cloc-1.66.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cloc/cloc-1.64.ebuild b/dev-util/cloc/cloc-1.64.ebuild index e44958b..41730b6 100644 --- a/dev-util/cloc/cloc-1.64.ebuild +++ b/dev-util/cloc/cloc-1.64.ebuild @@ -17,7 +17,7 @@ KEYWORDS="amd64 ppc ppc64 x86" DEPEND=">=dev-lang/perl-5.6" RDEPEND="${DEPEND} dev-perl/Algorithm-Diff - dev-perl/regexp-common + dev-perl/Regexp-Common virtual/perl-Digest-MD5 virtual/perl-Getopt-Long virtual/perl-File-Spec diff --git a/dev-util/cloc/cloc-1.66.ebuild b/dev-util/cloc/cloc-1.66.ebuild index a1f8821..c4ad14f 100644 --- a/dev-util/cloc/cloc-1.66.ebuild +++ b/dev-util/cloc/cloc-1.66.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" DEPEND=">=dev-lang/perl-5.6" RDEPEND="${DEPEND} dev-perl/Algorithm-Diff - dev-perl/regexp-common + dev-perl/Regexp-Common virtual/perl-Digest-MD5 virtual/perl-Getopt-Long virtual/perl-File-Spec