Diff shoulda-3.6.0-r2 with a shoulda-3.6.0-r3

/usr/portage/dev-ruby/shoulda/shoulda-3.6.0-r3.ebuild 2023-10-09 14:52:30.464368375 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
USE_RUBY="ruby27 ruby30 ruby31 ruby32"
6
USE_RUBY="ruby30 ruby31 ruby32"
7 7

  
8 8
RUBY_FAKEGEM_TASK_DOC=""
9 9
RUBY_FAKEGEM_EXTRADOC="README.md"
......
13 13
inherit ruby-fakegem
14 14

  
15 15
DESCRIPTION="Making tests easy on the fingers and eyes"
16
HOMEPAGE="http://thoughtbot.com/projects/shoulda"
16
HOMEPAGE="https://github.com/thoughtbot/shoulda"
17 17
SRC_URI="https://github.com/thoughtbot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
18 18

  
19 19
LICENSE="MIT"
20 20
SLOT="3"
21
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
21
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
22 22
IUSE=""
23 23

  
24 24
# This now more or less a meta-gem and it only contains features for
25 25
# integration tests using Appraisals, which we don't currently package.
26 26
RESTRICT=test
27 27

  
28
ruby_add_rdepend ">=dev-ruby/shoulda-context-1.0.1
28
ruby_add_rdepend ">=dev-ruby/shoulda-context-1.0.1:0
29 29
	dev-ruby/shoulda-matchers:3"
30 30

  
31 31
all_ruby_prepare() {
Thank you!