Diff rubyzip-1.3.0-r1 with a rubyzip-2.3.2-r1

/usr/portage/dev-ruby/rubyzip/rubyzip-2.3.2-r1.ebuild 2023-10-09 14:52:30.464368375 +0300
10 10

  
11 11
RUBY_FAKEGEM_GEMSPEC="rubyzip.gemspec"
12 12

  
13
RUBY_FAKEGEM_BINWRAP=""
14

  
13 15
inherit ruby-fakegem
14 16

  
15 17
DESCRIPTION="A ruby library for reading and writing zip files"
......
18 20
SRC_URI="https://github.com/rubyzip/rubyzip/archive/v${PV}.tar.gz -> ${P}-git.tgz"
19 21

  
20 22
LICENSE="Ruby-BSD"
21
SLOT="1"
22
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86"
23
SLOT="$(ver_cut 1)"
24
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
23 25
IUSE=""
24 26

  
25 27
RDEPEND=""
......
39 41
	sed -i -e '/simplecov/ s:^:#:' test/test_helper.rb || die
40 42

  
41 43
	# Avoid dependency on bundler
42
	sed -i -e '/bundler/ s:^:#:' Rakefile || die
44
	sed -i -e '/bundler/ s:^:#: ; /rubocop/I s:^:#:' Rakefile || die
43 45

  
44 46
	# Fix hardcoded path to /tmp
45 47
	sed -i -e "s:/tmp/:${T}/:g" test/entry_test.rb || die
Thank you!