summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-06-26 11:34:29 +0200
committerHans de Graaff <graaff@gentoo.org>2020-06-26 11:34:29 +0200
commit147832f8f27d87fed921b245f976080e8439296f (patch)
tree80f48af73bfaab5ee335a9b2dc696070f3b2188d
parentdev-ruby/rubyzip: fix test on big-endian systems (diff)
downloadgentoo-147832f8.tar.gz
gentoo-147832f8.tar.bz2
gentoo-147832f8.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>
-rw-r--r--dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild2
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() {