Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PAR-Dist/
Date: Fri, 29 Apr 2016 19:36:38
Message-Id: 1461958559.ffdac449d3acfee5d19147de858dc9747a0b883f.dilfridge@gentoo
1 commit: ffdac449d3acfee5d19147de858dc9747a0b883f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 26 13:06:40 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 19:35:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffdac449
7
8 dev-perl/PAR-Dist: Fix dependency on dev-perl/YAML
9
10 Package-Manager: portage-2.2.28
11 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"
12
13 dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 8d4768c..d6f081b 100644
18 --- a/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild
19 +++ b/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -17,7 +17,7 @@ IUSE=""
27 DEPEND="
28 virtual/perl-File-Spec
29 virtual/perl-File-Temp
30 - || ( dev-perl/YAML-Syck dev-perl/yaml )
31 + || ( dev-perl/YAML-Syck dev-perl/YAML )
32 dev-perl/Archive-Zip"
33 # || ( YAML::Syck YAML YAML-Tiny YAML-XS Parse-CPAN-Meta )
34 RDEPEND="${DEPEND}"