diff options
author | Sam James <sam@gentoo.org> | 2023-04-03 01:49:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-03 01:49:00 +0100 |
commit | 023f471b582e7da36919f14039c139a6a6afce59 (patch) | |
tree | 28db2a605f6f69c0d4d054dd9eee44e1e0105365 /dev-ruby/localhost | |
parent | dev-ruby/patron: add github upstream metadata (diff) | |
download | gentoo-023f471b582e7da36919f14039c139a6a6afce59.tar.gz gentoo-023f471b582e7da36919f14039c139a6a6afce59.tar.bz2 gentoo-023f471b582e7da36919f14039c139a6a6afce59.zip |
dev-ruby/localhost: add additional test deps
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/localhost')
-rw-r--r-- | dev-ruby/localhost/localhost-1.1.10.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
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 |