Diff activerecord-6.1.7.4 with a activerecord-6.1.7.6

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

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

  
7 7
# this is not null so that the dependencies will actually be filled
8 8
RUBY_FAKEGEM_TASK_TEST="test"
......
22 22

  
23 23
LICENSE="MIT"
24 24
SLOT="$(ver_cut 1-2)"
25
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
25
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
26 26
IUSE="mysql postgres sqlite"
27 27

  
28 28
RUBY_S="rails-${PV}/${PN}"
29 29

  
30 30
PATCHES=(
31
	"${FILESDIR}"/${P}-ruby32-keywords.patch
31
	"${FILESDIR}"/${PN}-6.1.7.4-ruby32-keywords.patch
32 32
)
33 33

  
34 34
ruby_add_rdepend "~dev-ruby/activesupport-${PV}
Thank you!