Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber/
Date: Sun, 15 Jul 2018 08:01:34
Message-Id: 1531641674.27961ac3904fec0a8c31a72a0bd06ab2deb9b06b.monsieurp@gentoo
1 commit: 27961ac3904fec0a8c31a72a0bd06ab2deb9b06b
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jul 12 19:52:05 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 08:01:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27961ac3
7
8 dev-util/cucumber-3.0.2: fix test dependency.
9
10 Closes: https://bugs.gentoo.org/661022
11 Closes: https://github.com/gentoo/gentoo/pull/9205
12
13 dev-util/cucumber/cucumber-3.0.2.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-util/cucumber/cucumber-3.0.2.ebuild b/dev-util/cucumber/cucumber-3.0.2.ebuild
17 index 4c7db705b89..6f827d7ba29 100644
18 --- a/dev-util/cucumber/cucumber-3.0.2.ebuild
19 +++ b/dev-util/cucumber/cucumber-3.0.2.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -USE_RUBY="ruby22 ruby23 ruby24"
25 +USE_RUBY="ruby23 ruby24"
26
27 # Documentation task depends on sdoc which we currently don't have.
28 RUBY_FAKEGEM_TASK_DOC=""
29 @@ -26,6 +26,8 @@ IUSE="examples test"
30 ruby_add_bdepend "
31 test? (
32 dev-ruby/rspec:3
33 + dev-ruby/bundler
34 + >=dev-ruby/diff-lcs-1.3
35 >=dev-ruby/nokogiri-1.5.2
36 >=dev-ruby/syntax-1.0.0
37 >=dev-util/aruba-0.6.1 =dev-util/aruba-0.6*