Diff gpgme-2.0.22 with a gpgme-2.0.23

/usr/portage/dev-ruby/gpgme/gpgme-2.0.23.ebuild 2023-10-09 14:52:30.436368374 +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_EXTRADOC="NEWS README.rdoc"
8 8

  
......
24 24

  
25 25
RDEPEND="
26 26
	>=app-crypt/gpgme-1.18.0:=
27
	>=dev-libs/libassuan-2.5.5
28
	>=dev-libs/libgpg-error-1.16
27
	>=dev-libs/libassuan-2.5.6
28
	>=dev-libs/libgpg-error-1.47
29 29
"
30 30
DEPEND="${RDEPEND}"
31 31

  
32
ruby_add_bdepend "test? ( dev-ruby/mocha:0.14 )"
32
ruby_add_bdepend "test? ( dev-ruby/mocha:0.14 dev-ruby/minitest:5.15 )"
33 33

  
34 34
all_ruby_prepare() {
35 35
	sed -i -e '/\(coverall\|bundler\|ruby-debug\|byebug\)/I s:^:#:' \
36
		-e '3igem "mocha", "~> 0.14"' \
36
		-e '3igem "mocha", "~> 0.14"; gem "minitest", "~> 5.15.0"' \
37 37
		test/test_helper.rb || die
38 38

  
39 39
	# Remove failing tests for now. This package was added without
Thank you!