commit: 5b7b3e98795253a4a11c892288f36ce7203cedae Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Nov 15 10:02:07 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Nov 15 10:02:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7b3e98
dev-ruby/haml: add missing test dependencies The tilt tests require a sass compiler to be present. Closes: https://bugs.gentoo.org/943542 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/haml/haml-6.3.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/haml/haml-6.3.0-r1.ebuild b/dev-ruby/haml/haml-6.3.0-r1.ebuild index eccbac2ab2b9..5506fa6f40c1 100644 --- a/dev-ruby/haml/haml-6.3.0-r1.ebuild +++ b/dev-ruby/haml/haml-6.3.0-r1.ebuild @@ -30,6 +30,7 @@ ruby_add_bdepend " dev-ruby/minitest:5 dev-ruby/nokogiri <dev-ruby/rails-7.2 + || ( dev-ruby/sassc dev-ruby/sass ) dev-ruby/unindent ) doc? (
