commit: a2d1c7141a13b674de973ee6ac0a73aee318f65d Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Feb 18 07:28:35 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Feb 18 07:29:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d1c714
dev-ruby/httpclient: add missing test dependency Closes: https://bugs.gentoo.org/924850 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/httpclient/httpclient-2.8.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/httpclient/httpclient-2.8.3-r3.ebuild b/dev-ruby/httpclient/httpclient-2.8.3-r3.ebuild index 5f66ac209c44..7903a93a4051 100644 --- a/dev-ruby/httpclient/httpclient-2.8.3-r3.ebuild +++ b/dev-ruby/httpclient/httpclient-2.8.3-r3.ebuild @@ -29,7 +29,7 @@ IUSE="" ruby_add_rdepend "virtual/ruby-ssl" ruby_add_bdepend "doc? ( dev-ruby/rdoc )" -ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/http-cookie )" +ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/http-cookie dev-ruby/webrick )" all_ruby_prepare() { rm Gemfile || die
