Diff actionmailer-6.1.7.6 with a actionmailer-7.0.7

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

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

  
7 7
RUBY_FAKEGEM_RECIPE_DOC="none"
8 8
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
......
19 19

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

  
25 25
RUBY_S="rails-${PV}/${PN}"
26 26

  
27
PATCHES=(
28
	"${FILESDIR}"/${PN}-6.1.7.4-ruby32-keywords.patch
29
)
30

  
31 27
ruby_add_rdepend "
32 28
	~dev-ruby/actionpack-${PV}
33 29
	~dev-ruby/actionview-${PV}
......
46 42

  
47 43
	# Avoid a test failing only on attachment ordering, since this is a
48 44
	# security release.
49
	sed -e '/adding inline attachments while rendering mail works/askip "gentoo: fails on ordering"' \
50
		-i test/base_test.rb || die
45
	sed -i -e '/adding inline attachments while rendering mail works/askip "gentoo: fails on ordering"' test/base_test.rb || die
51 46
}
Thank you!