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: app-admin/rex/
Date: Fri, 29 Apr 2016 19:36:27
Message-Id: 1461958559.2ebc441531c3e2c01629eb389a2bc377d9fe5532.dilfridge@gentoo
1 commit: 2ebc441531c3e2c01629eb389a2bc377d9fe5532
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 26 13:01:38 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=2ebc4415
7
8 app-admin/rex: Fix dependency on dev-perl/YAML
9
10 Package-Manager: portage-2.2.28
11 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"
12
13 app-admin/rex/rex-1.3.3.ebuild | 4 ++--
14 app-admin/rex/rex-1.4.0-r1.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-admin/rex/rex-1.3.3.ebuild b/app-admin/rex/rex-1.3.3.ebuild
18 index 561ea9d..79e8253 100644
19 --- a/app-admin/rex/rex-1.3.3.ebuild
20 +++ b/app-admin/rex/rex-1.3.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -37,7 +37,7 @@ RDEPEND="
28 dev-perl/XML-LibXML
29 dev-perl/XML-Simple
30 dev-perl/libwww-perl
31 - dev-perl/yaml
32 + dev-perl/YAML
33 virtual/perl-Carp
34 virtual/perl-Data-Dumper
35 virtual/perl-Digest-MD5
36
37 diff --git a/app-admin/rex/rex-1.4.0-r1.ebuild b/app-admin/rex/rex-1.4.0-r1.ebuild
38 index 9c68a18..04c39e2 100644
39 --- a/app-admin/rex/rex-1.4.0-r1.ebuild
40 +++ b/app-admin/rex/rex-1.4.0-r1.ebuild
41 @@ -39,7 +39,7 @@ RDEPEND="
42 dev-perl/XML-LibXML
43 dev-perl/XML-Simple
44 dev-perl/libwww-perl
45 - dev-perl/yaml
46 + dev-perl/YAML
47 virtual/perl-Carp
48 virtual/perl-Data-Dumper
49 virtual/perl-Digest-MD5