Diff minitest-global_expectations-1.0.1-r1 with a minitest-global_expectations-1.0.2

/usr/portage/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.2.ebuild 2026-01-08 10:18:06.005684572 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
5

  
6
USE_RUBY="ruby32 ruby33 ruby34 ruby40"
7

  
8
RUBY_FAKEGEM_GEMSPEC="minitest-global_expectations.gemspec"
6 9

  
7 10
inherit ruby-fakegem
8 11

  
9 12
DESCRIPTION="Support minitest expectation methods for all objects"
10 13
HOMEPAGE="https://github.com/jeremyevans/minitest-global_expectations"
14
SRC_URI="https://github.com/jeremyevans/minitest-global_expectations/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
11 15

  
12 16
LICENSE="MIT"
13 17
SLOT="1"
14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
18
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
19

  
20
ruby_add_rdepend ">=dev-ruby/minitest-5"
Thank you!