Diff pairing_heap-3.0.1 with a pairing_heap-3.0.1-r1

/usr/portage/dev-ruby/pairing_heap/pairing_heap-3.0.1-r1.ebuild 2023-10-09 14:52:30.448368374 +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="ruby31 ruby32"
6 6

  
7 7
RUBY_FAKEGEM_BINWRAP=""
8 8
RUBY_FAKEGEM_EXTRADOC="README.md"
......
19 19
KEYWORDS="~amd64 ~arm64"
20 20
IUSE=""
21 21

  
22
ruby_add_bdepend "test? ( dev-ruby/minitest )"
22
# We normally patch out simplecov but the test suite does not work
23
# correctly without it.
24
ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/simplecov )"
23 25

  
24 26
all_ruby_prepare() {
25 27
	sed -i -e '/require.*\(bundler\|standard\)/ s:^:#:' Rakefile || die
Thank you!