Diff bindex-0.8.1-r1 with a bindex-0.8.1-r2

/usr/portage/dev-ruby/bindex/bindex-0.8.1-r2.ebuild 2023-10-09 14:52:30.424368374 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
USE_RUBY="ruby27 ruby30 ruby31 ruby32"
6
USE_RUBY="ruby31 ruby32"
7 7

  
8 8
RUBY_FAKEGEM_EXTRADOC="README.md"
9 9

  
......
24 24
	sed -e '/bundler/I s:^:#:' \
25 25
		-e '/when/ s/ruby/rubyx/' \
26 26
		-i Rakefile || die
27

  
28
	# Fix minitest deprecation
29
	sed -e 's/MiniTest/Minitest/' \
30
		-i test/test_helper.rb || die
27 31
}
Thank you!