commit: ffdac449d3acfee5d19147de858dc9747a0b883f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 26 13:06:40 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=ffdac449
dev-perl/PAR-Dist: Fix dependency on dev-perl/YAML
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches --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/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild
b/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild
index 8d4768c..d6f081b 100644
--- a/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild
+++ b/dev-perl/PAR-Dist/PAR-Dist-0.490.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$
@@ -17,7 +17,7 @@ IUSE=""
DEPEND="
virtual/perl-File-Spec
virtual/perl-File-Temp
- || ( dev-perl/YAML-Syck dev-perl/yaml )
+ || ( dev-perl/YAML-Syck dev-perl/YAML )
dev-perl/Archive-Zip"
# || ( YAML::Syck YAML YAML-Tiny YAML-XS Parse-CPAN-Meta )
RDEPEND="${DEPEND}"