dev-ruby/prism: fix build w/o rdoc

Delete rakelib/rdoc.rake as rake imports all rakelib/* unconditionally.

Closes: https://bugs.gentoo.org/947054
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-12-30 21:47:11 +00:00
parent 9b4ab9324e
commit d135cb14f4

View File

@@ -28,5 +28,7 @@ all_ruby_prepare() {
}
each_ruby_prepare() {
# rake imports all rakelib/* (bug #947054)
rm rakelib/rdoc.rake || die
${RUBY} -S rake templates || die
}