commit: 023f471b582e7da36919f14039c139a6a6afce59
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 3 00:49:00 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 00:49:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023f471b
dev-ruby/localhost: add additional test deps
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/localhost/localhost-1.1.10.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/localhost/localhost-1.1.10.ebuild
b/dev-ruby/localhost/localhost-1.1.10.ebuild
index f061baa1a9e2..92cc5d9d3a67 100644
--- a/dev-ruby/localhost/localhost-1.1.10.ebuild
+++ b/dev-ruby/localhost/localhost-1.1.10.ebuild
@@ -19,7 +19,13 @@ LICENSE="MIT"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64"
-ruby_add_bdepend "test? ( dev-ruby/sus-fixtures-async )"
+ruby_add_bdepend "
+ test? (
+ dev-ruby/async-io
+ dev-ruby/async-process
+ dev-ruby/sus-fixtures-async
+ )
+"
all_ruby_prepare() {
sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die