commit: f7da457d7ff8f59b6d713b21fcc0763b23a33b72
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 11:26:24 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=f7da457d
sci-visualization/circos: 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"
sci-visualization/circos/circos-0.55.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-visualization/circos/circos-0.55.ebuild
b/sci-visualization/circos/circos-0.55.ebuild
index 8d443f8..01f7faa 100644
--- a/sci-visualization/circos/circos-0.55.ebuild
+++ b/sci-visualization/circos/circos-0.55.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,7 +20,7 @@ DEPEND="dev-perl/Config-General
dev-perl/Math-VecStat
dev-perl/Params-Validate
dev-perl/Readonly
- dev-perl/regexp-common
+ dev-perl/Regexp-Common
>=dev-perl/Set-IntSpan-1.11
dev-perl/Graphics-ColorObject
dev-perl/List-MoreUtils"