dev-perl/Pod-POM: 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"
This commit is contained in:
Kent Fredric
2016-04-27 01:08:00 +12:00
committed by Andreas K. Hüttel
parent cfd6957702
commit cb175bb414

View File

@@ -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$
@@ -17,7 +17,7 @@ IUSE="test"
RDEPEND="virtual/perl-parent"
DEPEND="
test? (
>=dev-perl/yaml-0.67
>=dev-perl/YAML-0.67
dev-perl/File-Slurper
dev-perl/Test-Differences
)"