Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-json_expectations/
Date: Mon, 01 Jun 2020 04:48:00
Message-Id: 1590986796.381817377c4aaa61dc7ea42f231b88b935f771de.graaff@gentoo
1 commit: 381817377c4aaa61dc7ea42f231b88b935f771de
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 16:37:34 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 04:46:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38181737
7
8 dev-ruby/rspec-json_expectations: add missing test dependency
9
10 Closes: https://bugs.gentoo.org/723934
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
13
14 dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild b/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild
18 index fdeb97e9ab4..d6ef7261733 100644
19 --- a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild
20 +++ b/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -20,7 +20,7 @@ SLOT="1"
28 KEYWORDS="~amd64 ~x86"
29 IUSE=""
30
31 -ruby_add_bdepend "test? ( dev-util/cucumber )"
32 +ruby_add_bdepend "test? ( dev-ruby/rspec dev-util/cucumber )"
33
34 each_ruby_test() {
35 ${RUBY} -S cucumber --format progress features || die