Diff stringio-3.0.5 with a stringio-3.0.6

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

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

  
7 7
RUBY_FAKEGEM_EXTRADOC="README.md"
8 8
RUBY_FAKEGEM_EXTENSIONS=(ext/stringio/extconf.rb)
......
15 15
SRC_URI="https://github.com/ruby/stringio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
16 16

  
17 17
LICENSE="BSD-2"
18
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
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"
19 19
SLOT="0"
20 20
IUSE="test"
21 21

  
Thank you!