summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-27 01:06:40 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-29 21:35:59 +0200
commitffdac449d3acfee5d19147de858dc9747a0b883f (patch)
tree9c0fa2e9e696591a56b064f5a562f3144c9c3bba /dev-perl/PAR-Dist
parentdev-perl/Lab-Measurement: Fix dependency on dev-perl/YAML (diff)
downloadgentoo-ffdac449d3acfee5d19147de858dc9747a0b883f.tar.gz
gentoo-ffdac449d3acfee5d19147de858dc9747a0b883f.tar.bz2
gentoo-ffdac449d3acfee5d19147de858dc9747a0b883f.zip
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"
Diffstat (limited to 'dev-perl/PAR-Dist')
-rw-r--r--dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild4
1 files 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 8d4768c486e5..d6f081bf083a 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}"