From bef85c754d1438664ff299eaec10d568655aa45b Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 13 Apr 2025 18:25:35 +0200 Subject: [PATCH] dev-ruby/commonmarker: use bundled oniguruma Bug: https://bugs.gentoo.org/951737 Signed-off-by: Hans de Graaff --- 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 90a973884561d..022fae7f524e6 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 }