Diff rspec-support-3.12.0 with a rspec-support-3.12.1
/usr/portage/dev-ruby/rspec-support/rspec-support-3.12.1.ebuild 2023-10-09 14:52:30.460368375 +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_RECIPE_TEST="rspec3" |
8 | 8 | |
... | ... | |
18 | 18 | |
19 | 19 |
LICENSE="MIT" |
20 | 20 |
SLOT="3" |
21 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
21 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
22 | 22 |
IUSE="" |
23 | 23 | |
24 | 24 |
ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.9.0:3 >=dev-ruby/thread_order-1.1.0 )" |
... | ... | |
35 | 35 | |
36 | 36 |
# Avoid a spec requiring a specific locale |
37 | 37 |
sed -i -e '/copes with encoded strings/ s/RSpec::Support::OS.windows?/true/' spec/rspec/support/differ_spec.rb || die |
38 | ||
39 |
# Avoid a brittle spec depending on ruby implementation details |
|
40 |
# should be fixed upstream in next version |
|
41 |
#sed -i -e '/returns a hash containing nodes for each line number/askip "ruby26"' spec/rspec/support/source_spec.rb || die |
|
42 | 38 |
} |
43 | 39 | |
44 | 40 |
each_ruby_prepare() { |
... | ... | |
50 | 46 |
# Avoid specs failing when run in Gentoo, possibly due to different IO |
51 | 47 |
sed -e '/outputs unified diff message of two arrays/askip "ruby31 IO"' \ |
52 | 48 |
-e '/outputs unified diff message for hashes inside arrays with differing key orders/askip "ruby31 IO"' \ |
53 |
-i spec/rspec/support/differ_spec.rb || die |
|
49 |
-i spec/rspec/support/differ_spec.rb || die |
|
54 | 50 | |
55 | 51 |
# Avoid specs broken on newer ruby versions and already pending upstream |
56 | 52 |
rm -f spec/rspec/support/reentrant_mutex_spec.rb |