dev-ruby/commonmarker: use bundled oniguruma

Bug: https://bugs.gentoo.org/951737
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2025-04-13 18:25:35 +02:00
parent 06540e199f
commit bef85c754d

View File

@@ -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
}