Diff psych-4.0.6 with a psych-5.1.0

/usr/portage/dev-ruby/psych/psych-5.1.0.ebuild 2023-10-09 14:52:30.452368374 +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="ruby27 ruby30 ruby31 ruby32"
6 6

  
7 7
RUBY_FAKEGEM_BINWRAP=""
8 8
RUBY_FAKEGEM_EXTENSIONS=(ext/psych/extconf.rb)
......
14 14
HOMEPAGE="https://github.com/ruby/psych"
15 15

  
16 16
LICENSE="BSD-2"
17
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
18
SLOT="0"
17
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
18
SLOT="$(ver_cut 1)"
19 19
IUSE="test"
20 20

  
21 21
RDEPEND+=" >=dev-libs/libyaml-0.2.5"
Thank you!