Diff mail-2.7.1-r1 with a mail-2.7.1-r2
/usr/portage/dev-ruby/mail/mail-2.7.1-r2.ebuild 2023-10-09 14:52:30.440368374 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 |
USE_RUBY="ruby26 ruby27 ruby30 ruby31" |
|
5 | ||
6 |
USE_RUBY="ruby27 ruby30 ruby31 ruby32" |
|
6 | 7 | |
7 | 8 |
RUBY_FAKEGEM_RECIPE_TEST="rspec3" |
8 | 9 | |
... | ... | |
26 | 27 | |
27 | 28 |
ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1" |
28 | 29 | |
30 |
PATCHES=( |
|
31 |
"${FILESDIR}"/${P}-psych-4.patch |
|
32 |
) |
|
33 | ||
29 | 34 |
all_ruby_prepare() { |
30 | 35 |
rm Gemfile || die |
31 | 36 |
sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove Bundler code." |