Diff rspec-expectations-3.12.2 with a rspec-expectations-3.12.3

/usr/portage/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild 2023-10-09 14:52:30.456368374 +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="ruby30 ruby31 ruby32"
6 6

  
7 7
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
8 8

  
......
19 19

  
20 20
LICENSE="MIT"
21 21
SLOT="3"
22
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
22
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
23 23
IUSE=""
24 24

  
25 25
SUBVERSION="$(ver_cut 1-2)"
......
36 36
	# Don't set up bundler: it doesn't understand our setup.
37 37
	sed -i -e '/[Bb]undler/d' Rakefile || die
38 38

  
39
	# Fix minitest deprecation
40
	sed -i -e 's/MiniTest/Minitest/' spec/rspec/expectations/minitest_integration_spec.rb || die
41

  
39 42
	# Remove the Gemfile to avoid running through 'bundle exec'
40 43
	rm -f Gemfile || die
41 44

  
Thank you!