Diff rspec-mocks-3.12.3 with a rspec-mocks-3.12.5
/usr/portage/dev-ruby/rspec-mocks/rspec-mocks-3.12.5.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 | |
... | ... | |
19 | 19 | |
20 | 20 |
LICENSE="MIT" |
21 | 21 |
SLOT="3" |
22 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
22 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
23 | 23 |
IUSE="" |
24 | 24 | |
25 | 25 |
SUBVERSION="$(ver_cut 1-2)" |
... | ... | |
40 | 40 |
# Remove the Gemfile to avoid running through 'bundle exec' |
41 | 41 |
rm Gemfile || die |
42 | 42 | |
43 |
# And consequently avoid specs using bundler. This also avoids a |
|
44 |
# circular dependency on aruba. |
|
45 |
rm -f spec/integration/rails_support_spec.rb spec/support/aruba.rb || die |
|
46 | ||
43 | 47 |
# Remove .rspec options to avoid dependency on newer rspec when |
44 | 48 |
# bootstrapping. |
45 | 49 |
rm .rspec || die |