Diff regexp_property_values-1.3.0 with a regexp_property_values-1.4.0

/usr/portage/dev-ruby/regexp_property_values/regexp_property_values-1.4.0.ebuild 2023-10-09 14:52:30.456368374 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
USE_RUBY="ruby27 ruby30 ruby31 ruby32"
5
USE_RUBY="ruby30 ruby31 ruby32"
6 6

  
7 7
RUBY_FAKEGEM_EXTRADOC="README.md"
8 8

  
......
18 18
inherit ruby-fakegem
19 19

  
20 20
DESCRIPTION="See which property values are supported by the regular expression engine"
21
HOMEPAGE="https://github.com/janosch-x/regexp_property_values"
22
SRC_URI="https://github.com/janosch-x/regexp_property_values/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21
HOMEPAGE="https://github.com/jaynetics/regexp_property_values"
22
SRC_URI="https://github.com/jaynetics/regexp_property_values/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 23

  
24 24
LICENSE="MIT"
25 25
SLOT="1"
......
32 32

  
33 33
	# Avoid dependency on character_set which would lead to circular
34 34
	# dependencies.
35
	sed -i -e '/returns a CharacterSet/askip "gentoo circular dependencies"' spec/regexp_property_values/value_spec.rb || die
35
	sed -e '/returns a CharacterSet/askip "gentoo circular dependencies"' \
36
		-i spec/regexp_property_values/value_spec.rb || die
36 37
}
Thank you!