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@gentoo.org>
This commit is contained in:
Hans de Graaff
2021-03-12 11:51:08 +01:00
parent bde7572a1f
commit f1ca3c203d

View File

@@ -22,3 +22,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
all_ruby_prepare() {
sed -i -e '/extensiontask/,$ s:^:#:' Rakefile || die
}