Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera-eyaml/
Date: Tue, 30 Apr 2019 18:08:06
Message-Id: 1556647680.5f587af3436e351d22d4f667184d23e99ed60610.robbat2@gentoo
1 commit: 5f587af3436e351d22d4f667184d23e99ed60610
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 30 18:08:00 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 30 18:08:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f587af3
7
8 dev-ruby/hiera-eyaml: fix typo; not caught by repoman
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12
13 dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild | 2 +-
14 dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild b/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild
18 index 07787f48cf8..c7b9c9c8450 100644
19 --- a/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild
20 +++ b/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild
21 @@ -22,7 +22,7 @@ IUSE="test"
22
23 ruby_add_rdepend ">=dev-ruby/highline-1.6.19"
24 ruby_add_rdepend "dev-ruby/trollop:2"
25 -ruby_add_rdepend "!!dev-ruby/heira-eyaml:2" # both install the /usr/bin/eyaml binary
26 +ruby_add_rdepend "!!dev-ruby/hiera-eyaml:2" # both install the /usr/bin/eyaml binary
27
28 ruby_add_bdepend "test? ( dev-util/cucumber ~dev-util/aruba-0.6.2 <app-admin/puppet-5 dev-ruby/hiera-eyaml-plaintext )"
29
30
31 diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild b/dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild
32 index 7bb51f87551..0ac125d7087 100644
33 --- a/dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild
34 +++ b/dev-ruby/hiera-eyaml/hiera-eyaml-3.0.0.ebuild
35 @@ -22,7 +22,7 @@ IUSE="test"
36
37 ruby_add_rdepend ">=dev-ruby/highline-1.6.19:*"
38 ruby_add_rdepend "dev-ruby/optimist"
39 -ruby_add_rdepend "!!dev-ruby/heira-eyaml:0" # both install the /usr/bin/eyaml binary
40 +ruby_add_rdepend "!!dev-ruby/hiera-eyaml:0" # both install the /usr/bin/eyaml binary
41
42 ruby_add_bdepend "test? ( dev-util/cucumber ~dev-util/aruba-0.6.2 <app-admin/puppet-6 dev-ruby/hiera-eyaml-plaintext )"