commit:     fe3823b1bacaf7e1c604614fdf3509f2b07fb6f7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul  5 05:42:19 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul  5 05:42:19 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fe3823b1

[fix] Tree-Simple-VisitorFactory: Do not depend on perl-core/* directly

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Tree-Simple-VisitorFactory/ChangeLog                     | 8 ++++++++
 .../Tree-Simple-VisitorFactory-0.10.ebuild                        | 5 +++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Tree-Simple-VisitorFactory/ChangeLog 
b/dev-perl/Tree-Simple-VisitorFactory/ChangeLog
new file mode 100644
index 0000000..d864140
--- /dev/null
+++ b/dev-perl/Tree-Simple-VisitorFactory/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/Tree-Simple-VisitorFactory
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  05 Jul 2014; Kent Fredric <kentfred...@gmail.com>
+  Tree-Simple-VisitorFactory-0.10.ebuild:
+  Do not depend on perl-core/ directly
+

diff --git 
a/dev-perl/Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.10.ebuild 
b/dev-perl/Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.10.ebuild
index 138305d..2c84961 100644
--- a/dev-perl/Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.10.ebuild
+++ b/dev-perl/Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -12,6 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE=""
-DEPEND=">=perl-core/Test-Simple-0.47
+DEPEND="
+       >=virtual/perl-Test-Simple-0.47
        >=dev-perl/Test-Exception-0.15
        >=dev-perl/Tree-Simple-1.12"

Reply via email to