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-perl/Mail-DMARC/
Date: Tue, 02 Aug 2016 11:54:43
Message-Id: 1470137426.bcd6b54d97908b45bcfab79eee8f6ebbcdf7984b.kentnl@gentoo
1 commit: bcd6b54d97908b45bcfab79eee8f6ebbcdf7984b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 11:16:54 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=bcd6b54d
7
8 dev-perl/Mail-DMARC: 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-perl/Mail-DMARC/Mail-DMARC-1.201.509.80.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 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
19 index 18d6968..fa04139 100644
20 --- a/dev-perl/Mail-DMARC/Mail-DMARC-1.201.509.80.ebuild
21 +++ b/dev-perl/Mail-DMARC/Mail-DMARC-1.201.509.80.ebuild
22 @@ -58,7 +58,7 @@ RDEPEND="
23 dev-perl/URI
24 dev-perl/XML-LibXML
25 virtual/perl-parent
26 - >=dev-perl/regexp-common-2013031301
27 + >=dev-perl/Regexp-Common-2013031301
28 "
29 DEPEND="${RDEPEND}
30 >=dev-perl/Module-Build-0.360.100