commit: bef85c754d1438664ff299eaec10d568655aa45b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Apr 13 16:25:35 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Apr 13 16:29:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef85c75
dev-ruby/commonmarker: use bundled oniguruma Bug: https://bugs.gentoo.org/951737 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/commonmarker/commonmarker-2.1.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ruby/commonmarker/commonmarker-2.1.1.ebuild b/dev-ruby/commonmarker/commonmarker-2.1.1.ebuild index 90a973884561..022fae7f524e 100644 --- a/dev-ruby/commonmarker/commonmarker-2.1.1.ebuild +++ b/dev-ruby/commonmarker/commonmarker-2.1.1.ebuild @@ -165,7 +165,9 @@ ruby_add_bdepend "dev-ruby/rb_sys" all_ruby_prepare() { cargo_src_unpack - export RUSTONIG_SYSTEM_LIBONIG=1 + + # Tests fail when using the system oniguruma, bug 951737. + # export RUSTONIG_SYSTEM_LIBONIG=1 sed -i -e '/focus/ s:^:#:' test/test_helper.rb || die }