Diff typeprof-0.21.7 with a typeprof-0.21.8

/usr/portage/dev-ruby/typeprof/typeprof-0.21.8.ebuild 2023-10-09 14:52:30.472368375 +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="ruby31 ruby32"
6 6

  
7 7
RUBY_FAKEGEM_RECIPE_DOC="none"
8 8
RUBY_FAKEGEM_EXTRADOC="README.md"
......
18 18
SRC_URI="https://github.com/ruby/typeprof/archive/v${PV}.tar.gz -> ${P}.tar.gz"
19 19

  
20 20
LICENSE="MIT"
21
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"
21
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"
22 22
SLOT="0"
23 23
IUSE="test"
24 24

  
......
26 26

  
27 27
all_ruby_prepare() {
28 28
	# Avoid tests that download live code using git
29
	rm -r test/typeprof/{goodcheck,diff-lcs}_test.rb || die
29
	rm -r test/typeprof/diff-lcs_test.rb || die
30 30

  
31 31
	sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
32 32
}
Thank you!