Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciidoctor/
Date: Fri, 26 Jun 2020 09:34:41
Message-Id: 1593164069.147832f8f27d87fed921b245f976080e8439296f.graaff@gentoo
1 commit: 147832f8f27d87fed921b245f976080e8439296f
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 26 09:34:29 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 26 09:34:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147832f8
7
8 dev-ruby/asciidoctor: fix test dependencies
9
10 dev-ruby/thread_safe has been replaced with concurrent-ruby.
11
12 Bug: https://bugs.gentoo.org/729482
13 Package-Manager: Portage-2.3.99, Repoman-2.3.23
14 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
15
16 dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild b/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild
20 index 5f8e594c9af..3d29baeb781 100644
21 --- a/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild
22 +++ b/dev-ruby/asciidoctor/asciidoctor-2.0.10.ebuild
23 @@ -26,12 +26,12 @@ ruby_add_bdepend "test? (
24 dev-ruby/rspec-expectations:*
25 dev-ruby/asciimath
26 dev-ruby/coderay
27 + dev-ruby/concurrent-ruby
28 dev-ruby/erubis
29 dev-ruby/haml
30 dev-ruby/nokogiri
31 dev-ruby/rouge
32 dev-ruby/slim
33 - dev-ruby/thread_safe
34 dev-ruby/tilt )"
35
36 all_ruby_prepare() {