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 22:48:49
Message-Id: 1556664482.e252c9ee0c259a69373580ecc73af142f1f04cd6.robbat2@gentoo
1 commit: e252c9ee0c259a69373580ecc73af142f1f04cd6
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 30 22:48:02 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 30 22:48:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e252c9ee
7
8 dev-ruby/hiera-eyaml: fix wrong slot in blocker
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 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 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
17 index c7b9c9c8450..ff6b41f65d1 100644
18 --- a/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild
19 +++ b/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild
20 @@ -22,7 +22,7 @@ IUSE="test"
21
22 ruby_add_rdepend ">=dev-ruby/highline-1.6.19"
23 ruby_add_rdepend "dev-ruby/trollop:2"
24 -ruby_add_rdepend "!!dev-ruby/hiera-eyaml:2" # both install the /usr/bin/eyaml binary
25 +ruby_add_rdepend "!!dev-ruby/hiera-eyaml:3" # both install the /usr/bin/eyaml binary
26
27 ruby_add_bdepend "test? ( dev-util/cucumber ~dev-util/aruba-0.6.2 <app-admin/puppet-5 dev-ruby/hiera-eyaml-plaintext )"