commit: 50c47cdb0464a2800b7ba1d933aa21670078a0f8 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Jun 12 20:43:16 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jun 12 20:44:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c47cdb
dev-ruby/rdoc: provide working LANG to fix compilation issues Closes: https://bugs.gentoo.org/904370 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/rdoc/rdoc-6.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rdoc/rdoc-6.5.0.ebuild b/dev-ruby/rdoc/rdoc-6.5.0.ebuild index 528cf9abdcf9..94bf78a8c8ea 100644 --- a/dev-ruby/rdoc/rdoc-6.5.0.ebuild +++ b/dev-ruby/rdoc/rdoc-6.5.0.ebuild @@ -71,7 +71,7 @@ all_ruby_compile() { } each_ruby_compile() { - ${RUBY} -S rake generate || die + LANG=C.UTF-8 ${RUBY} -S rake generate || die } all_ruby_install() {
