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 8F27913832E for ; Tue, 2 Aug 2016 11:54:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61D2C21C119; Tue, 2 Aug 2016 11:54:39 +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 4E47021C084 for ; Tue, 2 Aug 2016 11:54:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6C4F2340BBA for ; Tue, 2 Aug 2016 11:54:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFAC92434 for ; Tue, 2 Aug 2016 11:54:33 +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.bcd6b54d97908b45bcfab79eee8f6ebbcdf7984b.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-DMARC/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mail-DMARC/Mail-DMARC-1.201.509.80.ebuild X-VCS-Directories: dev-perl/Mail-DMARC/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: bcd6b54d97908b45bcfab79eee8f6ebbcdf7984b X-VCS-Branch: master Date: Tue, 2 Aug 2016 11:54:33 +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: f7ce3606-7bcc-462e-9df4-83d149b1128c X-Archives-Hash: 9d4e8a8f994e612f9ec90f5b483faca3 commit: bcd6b54d97908b45bcfab79eee8f6ebbcdf7984b Author: Kent Fredric gentoo org> AuthorDate: Tue Aug 2 11:16:54 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=bcd6b54d dev-perl/Mail-DMARC: 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-perl/Mail-DMARC/Mail-DMARC-1.201.509.80.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Mail-DMARC/Mail-DMARC-1.201.509.80.ebuild b/dev-perl/Mail-DMARC/Mail-DMARC-1.201.509.80.ebuild index 18d6968..fa04139 100644 --- a/dev-perl/Mail-DMARC/Mail-DMARC-1.201.509.80.ebuild +++ b/dev-perl/Mail-DMARC/Mail-DMARC-1.201.509.80.ebuild @@ -58,7 +58,7 @@ RDEPEND=" dev-perl/URI dev-perl/XML-LibXML virtual/perl-parent - >=dev-perl/regexp-common-2013031301 + >=dev-perl/Regexp-Common-2013031301 " DEPEND="${RDEPEND} >=dev-perl/Module-Build-0.360.100