Diff actiontext-6.1.7.6 with a actiontext-7.0.7

/usr/portage/dev-ruby/actiontext/actiontext-7.0.7.ebuild 2023-10-09 14:52:30.416368373 +0300
20 20

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

  
26 26
RUBY_S="rails-${PV}/${PN}"
......
30 30
	~dev-ruby/activerecord-${PV}
31 31
	~dev-ruby/activestorage-${PV}
32 32
	~dev-ruby/activesupport-${PV}
33
	>=dev-ruby/globalid-0.6.0
33 34
	>=dev-ruby/nokogiri-1.8.5
34 35
"
35 36

  
36 37
ruby_add_bdepend "test? (
37
	~dev-ruby/activerecord-${PV}[sqlite]
38 38
	dev-ruby/bundler
39
	=dev-ruby/minitest-5.15*:*
39
	dev-ruby/minitest:5.15
40 40
	dev-ruby/mocha
41
	dev-ruby/rails
41
	dev-ruby/propshaft
42
	>=dev-ruby/sqlite3-1.4.0
42 43
)"
43 44

  
44 45
all_ruby_prepare() {
45 46
	# Remove items from the common Gemfile that we don't need for this
46 47
	# test run. This also requires handling some gemspecs.
47
	sed -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|mysql2\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|sass-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webpacker\|webrick\|webmock\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|rack-test\|bootsnap\|capybara\|dalli\|connection_pool\)/ s:^:#:" \
48
	sed -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|mysql2\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|sass-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webpacker\|webrick\|webmock\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|rack-test\|bootsnap\|capybara\|dalli\|connection_pool\|terser\|cookiejar\|cgi\)/ s:^:#:" \
49
		-e '/stimulus-rails/,/tailwindcss-rails/ s:^:#:' \
48 50
		-e '/:job/,/end/ s:^:#:' \
49 51
		-e '/group :\(cable\|doc\|rubocop\|storage\|test\)/,/^end/ s:^:#:' \
50 52
		-i ../Gemfile || die
Thank you!