Diff rbs-3.0.4 with a rbs-3.1.3

/usr/portage/dev-ruby/rbs/rbs-3.1.3.ebuild 2023-10-09 14:52:30.456368374 +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="CHANGELOG.md README.md"
8 8

  
......
20 20
SRC_URI="https://github.com/ruby/rbs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
21 21

  
22 22
LICENSE="|| ( Ruby-BSD BSD-2 )"
23
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"
23
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"
24 24
SLOT="0"
25 25
IUSE="test"
26 26

  
......
39 39
	# Avoid setup tests since they require a lot of development dependencies.
40 40
	rm -f test/rbs/test/runtime_test_test.rb || die
41 41

  
42
	# Avoid subtract tests with additonal unpackaged dependencies
43
	sed -i -e '/def test_subtract/aomit "Skipped due to additional dependencies"' test/rbs/cli_test.rb || die
44

  
42 45
	# Avoid tests requiring a network connection
43 46
	rm -f test/rbs/collection/installer_test.rb test/rbs/collection/collections_test.rb \
44 47
		test/rbs/collection/config_test.rb test/rbs/collection/sources/git_test.rb || die
Thank you!