Diff strscan-3.1.2 with a strscan-3.1.6

/usr/portage/dev-ruby/strscan/strscan-3.1.6.ebuild 2026-01-04 10:18:04.890251173 +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 ruby40"
6 7

  
7 8
RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
8 9

  
......
21 22
LICENSE="MIT"
22 23

  
23 24
SLOT="$(ver_cut 1)"
24
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
25
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
25 26
IUSE="test"
26 27

  
27 28
ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )"
Thank you!