commit: f1ca3c203df1cbed295e1c611be84cf8b77d4a61 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Mar 12 10:51:08 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Mar 13 06:25:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ca3c20
dev-ruby/debug_inspector: avoid dep on rake-compiler Closes: https://bugs.gentoo.org/773397 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/debug_inspector/debug_inspector-1.0.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-ruby/debug_inspector/debug_inspector-1.0.0.ebuild b/dev-ruby/debug_inspector/debug_inspector-1.0.0.ebuild index 381ef8b18a2..3706e2f8292 100644 --- a/dev-ruby/debug_inspector/debug_inspector-1.0.0.ebuild +++ b/dev-ruby/debug_inspector/debug_inspector-1.0.0.ebuild @@ -22,3 +22,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" + +all_ruby_prepare() { + sed -i -e '/extensiontask/,$ s:^:#:' Rakefile || die +}
