Diff vcr-6.3.1 with a vcr-6.4.0

/usr/portage/dev-ruby/vcr/vcr-6.4.0.ebuild 2025-12-26 10:18:08.239527352 +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 ruby33 ruby34"
5

  
6
USE_RUBY="ruby32 ruby33 ruby34"
6 7

  
7 8
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md CONTRIBUTING.md README.md Upgrade.md"
8 9

  
......
16 17
LICENSE="MIT"
17 18

  
18 19
SLOT="$(ver_cut 1)"
19
KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
20
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
20 21
IUSE="json test"
21 22

  
22 23
# Tests require all supported HTTP libraries to be present, and it is
......
24 25
RESTRICT="test"
25 26

  
26 27
ruby_add_rdepend "
27
	dev-ruby/base64
28 28
	json? ( dev-ruby/json )
29 29
"
Thank you!