Diff faraday-net_http-1.0.1 with a faraday-net_http-2.1.0
/usr/portage/dev-ruby/faraday-net_http/faraday-net_http-2.1.0.ebuild 2023-10-09 14:52:30.432368374 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
USE_RUBY="ruby27 ruby30 ruby31" |
|
6 |
USE_RUBY="ruby27 ruby30 ruby31 ruby32" |
|
7 | 7 | |
8 | 8 |
RUBY_FAKEGEM_BINWRAP="" |
9 | 9 |
RUBY_FAKEGEM_RECIPE_TEST="rspec3" |
... | ... | |
23 | 23 |
KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" |
24 | 24 |
IUSE="" |
25 | 25 | |
26 |
ruby_add_bdepend "test? ( >=dev-ruby/faraday-1.3.1:1 )" |
|
26 |
ruby_add_bdepend "test? ( || ( dev-ruby/faraday:2 >=dev-ruby/faraday-1.3.1:1 ) )" |
|
27 | 27 | |
28 | 28 |
all_ruby_prepare() { |
29 | 29 |
sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die |