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: Sat, 11 Sep 2021 07:34:15
Message-Id: 1631345644.04b184a0feb6041b699d9e154160c66d45c54ad3.graaff@gentoo
1 commit: 04b184a0feb6041b699d9e154160c66d45c54ad3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 11 07:33:50 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 11 07:34:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b184a0
7
8 dev-ruby/asciidoctor: fix first time install
9
10 Closes: https://bugs.gentoo.org/811804
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
13
14 dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild b/dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild
18 index 4ab9f1c8185..4b3502edd67 100644
19 --- a/dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild
20 +++ b/dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild
21 @@ -37,6 +37,8 @@ ruby_add_bdepend "test? (
22
23 all_ruby_prepare() {
24 rm Gemfile || die
25 +
26 + sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
27 }
28
29 all_ruby_install() {