mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user