commit:     9b16b790548a3974a7efa21e1d5bacbcde4c4de0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 06:39:48 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 07:16:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b16b790

dev-util/cucumber-html-formatter: add missing test dep

Closes: https://bugs.gentoo.org/857891
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 .../cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild     | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild 
b/dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild
index b0b901679b89..04c052c5e1e3 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild
@@ -25,6 +25,10 @@ ruby_add_rdepend "
        !<dev-util/cucumber-html-formatter-17.0.0-r1
 "
 
+ruby_add_bdepend "
+       test? ( >=dev-ruby/cucumber-compatibility-kit-9.2.0:9 )
+"
+
 all_ruby_prepare() {
        sed -i -e '1igem "cucumber-messages", "~>18.0"' 
spec/html_formatter_spec.rb || die
 }

Reply via email to