commit:     d5aa289c7c7ff099bdf33d2f0bc42155a2ea38d9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 26 13:04:52 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 19:35:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5aa289c

dev-perl/Data-AMF: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
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/Data-AMF/Data-AMF-0.90.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild 
b/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild
index 05919f3..9496df1 100644
--- a/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild
+++ b/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ RDEPEND="dev-perl/DateTime
        dev-perl/XML-LibXML"
 
 DEPEND="${RDEPEND}
-       test? ( dev-perl/yaml )"
+       test? ( dev-perl/YAML )"
 
 src_prepare() {
        sed -i '/^inc\/YAML.pm/d' MANIFEST || die

Reply via email to