commit: 04b184a0feb6041b699d9e154160c66d45c54ad3 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Sep 11 07:33:50 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Sep 11 07:34:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b184a0
dev-ruby/asciidoctor: fix first time install Closes: https://bugs.gentoo.org/811804 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild b/dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild index 4ab9f1c8185..4b3502edd67 100644 --- a/dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild +++ b/dev-ruby/asciidoctor/asciidoctor-2.0.16.ebuild @@ -37,6 +37,8 @@ ruby_add_bdepend "test? ( all_ruby_prepare() { rm Gemfile || die + + sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die } all_ruby_install() {
