dev-util/cucumber-3.0.2: fix test dependency.
authorRolf Eike Beer <eike@sf-mail.de>
Thu, 12 Jul 2018 19:52:05 +0000 (21:52 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 15 Jul 2018 08:01:14 +0000 (10:01 +0200)
Closes: https://bugs.gentoo.org/661022
Closes: https://github.com/gentoo/gentoo/pull/9205

dev-util/cucumber/cucumber-3.0.2.ebuild

index 4c7db705b8924ce8752aaab08a1041f7050e7430..6f827d7ba29ad05e2b52270e6b3b8db0992fa883 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24"
 
 # Documentation task depends on sdoc which we currently don't have.
 RUBY_FAKEGEM_TASK_DOC=""
@@ -26,6 +26,8 @@ IUSE="examples test"
 ruby_add_bdepend "
        test? (
                dev-ruby/rspec:3
+               dev-ruby/bundler
+               >=dev-ruby/diff-lcs-1.3
                >=dev-ruby/nokogiri-1.5.2
                >=dev-ruby/syntax-1.0.0
                >=dev-util/aruba-0.6.1 =dev-util/aruba-0.6*