Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/asciidoctor-pdf/
Date: Thu, 08 Sep 2022 01:46:46
Message-Id: 1662522100.0379c83611b56d78b85397cf469fa1e0edbcf3b8.tastytea@gentoo
1 commit: 0379c83611b56d78b85397cf469fa1e0edbcf3b8
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 7 03:41:40 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Wed Sep 7 03:41:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0379c836
7
8 dev-ruby/asciidoctor-pdf: fix 868921
9
10 rake have no task test, skipping for now
11
12 Closes: https://bugs.gentoo.org/868921
13 Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
14
15 dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild | 8 +++-----
16 1 file changed, 3 insertions(+), 5 deletions(-)
17
18 diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild
19 index b0f1ea441..027a42ecc 100644
20 --- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild
21 +++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.0.ebuild
22 @@ -22,6 +22,9 @@ SLOT="0"
23 KEYWORDS="~amd64 ~x86"
24 IUSE=""
25
26 +# rake have no task test, skipping for now
27 +RESTRICT=test
28 +
29 ruby_add_rdepend "
30 >=dev-ruby/asciidoctor-2.0
31 >=dev-ruby/concurrent-ruby-1.1
32 @@ -33,11 +36,6 @@ ruby_add_rdepend "
33 >=dev-ruby/prawn-templates-0.1.0
34 >=dev-ruby/treetop-1.6.0
35 "
36 -ruby_add_bdepend "test? (
37 - >=dev-ruby/chunky_png-1.4.0
38 - >=dev-ruby/pdf-inspector-1.3.0
39 - dev-ruby/rspec-expectations:*
40 - )"
41
42 all_ruby_prepare() {
43 rm Gemfile || die