2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

dev-ruby/rdoc: avoid running tools through bundler

This is not needed for us and brings in unwanted dependencies. Use the
correct ruby interpreter instead.

Fixes: https://bugs.gentoo.org/963848
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2025-10-06 15:54:24 +02:00
parent eb443a3dee
commit b62b2ddf6b

View File

@@ -68,6 +68,11 @@ all_ruby_prepare() {
-i ${RUBY_FAKEGEM_GEMSPEC} || die
}
each_ruby_prepare() {
sed -e "/sh/ s:\"bundle\", \"exec\", :\"${RUBY}\", \"-S\", :" \
-i Rakefile || die
}
all_ruby_compile() {
all_fakegem_compile