diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-06-26 11:34:29 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-06-26 11:34:29 +0200 |
commit | 147832f8f27d87fed921b245f976080e8439296f (patch) | |
tree | 80f48af73bfaab5ee335a9b2dc696070f3b2188d /dev-ruby/asciidoctor | |
parent | dev-ruby/rubyzip: fix test on big-endian systems (diff) | |
download | gentoo-147832f8f27d87fed921b245f976080e8439296f.tar.gz gentoo-147832f8f27d87fed921b245f976080e8439296f.tar.bz2 gentoo-147832f8f27d87fed921b245f976080e8439296f.zip |
dev-ruby/asciidoctor: fix test dependencies
dev-ruby/thread_safe has been replaced with concurrent-ruby.
Bug: https://bugs.gentoo.org/729482
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/asciidoctor')
-rw-r--r-- | dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild b/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild index 5f8e594c9af4..3d29baeb7816 100644 --- a/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild +++ b/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild @@ -26,12 +26,12 @@ ruby_add_bdepend "test? ( dev-ruby/rspec-expectations:* dev-ruby/asciimath dev-ruby/coderay + dev-ruby/concurrent-ruby dev-ruby/erubis dev-ruby/haml dev-ruby/nokogiri dev-ruby/rouge dev-ruby/slim - dev-ruby/thread_safe dev-ruby/tilt )" all_ruby_prepare() { |