commit: bcd6b54d97908b45bcfab79eee8f6ebbcdf7984b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 11:16:54 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> 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