Diff regexp_parser-2.7.0 with a regexp_parser-2.8.1

/usr/portage/dev-ruby/regexp_parser/regexp_parser-2.8.1.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_EXTRADOC="CHANGELOG.md README.md"
8 8
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
......
19 19

  
20 20
LICENSE="MIT"
21 21
SLOT="$(ver_cut 1)"
22
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
22
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc"
23 23
IUSE=""
24 24

  
25 25
DEPEND+=" =dev-util/ragel-6*"
26 26

  
27 27
ruby_add_bdepend "dev-ruby/rake dev-ruby/rspec:3
28
	test? ( dev-ruby/ice_nine dev-ruby/regexp_property_values dev-ruby/rspec:3 )"
28
	test? ( dev-ruby/leto:2 dev-ruby/regexp_property_values dev-ruby/rspec:3 )"
29 29

  
30 30
all_ruby_prepare() {
31 31
	sed -i -e '/bundler/I s:^:#:' Rakefile || die
Thank you!