Сравнение commonmarker-0.23.9 с commonmarker-0.23.10

/usr/portage/dev-ruby/commonmarker/commonmarker-0.23.10.ebuild 2023-10-09 14:52:30.428368374 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
USE_RUBY="ruby27 ruby30 ruby31 ruby32"
5
USE_RUBY="ruby31 ruby32"
6 6

  
7 7
RUBY_FAKEGEM_EXTENSIONS=(ext/commonmarker/extconf.rb)
8 8
RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/commonmarker"
......
37 37
}
38 38

  
39 39
each_ruby_test() {
40
	${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each {|f| require f}' || die
40
	MT_NO_PLUGINS=1 ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each {|f| require f}' || die
41 41
}
Спасибо!