Diff introspection-0.0.4-r1 with a introspection-0.0.4-r2

/usr/portage/dev-ruby/introspection/introspection-0.0.4-r2.ebuild 2023-10-09 14:52:30.440368374 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

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

  
......
12 12
inherit ruby-fakegem
13 13

  
14 14
DESCRIPTION="Dynamic inspection of the hierarchy of method definitions on a Ruby object"
15
HOMEPAGE="http://jamesmead.org/"
15
HOMEPAGE="https://jamesmead.org/"
16 16

  
17 17
LICENSE="MIT"
18 18
SLOT="0"
Thank you!