Сравнение chunky_png-1.4.0 с chunky_png-1.4.0-r1
/usr/portage/dev-ruby/chunky_png/chunky_png-1.4.0-r1.ebuild 2023-10-09 14:52:30.424368374 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 |
# Can't do ruby32 until https://github.com/wvanbergen/chunky_png/pull/169 is merged |
|
7 |
USE_RUBY="ruby26 ruby27 ruby30 ruby31" |
|
6 |
USE_RUBY="ruby31 ruby32" |
|
8 | 7 | |
9 | 8 |
RUBY_FAKEGEM_RECIPE_TEST="rspec3" |
10 | 9 | |
... | ... | |
27 | 26 |
KEYWORDS="~amd64 ~x86" |
28 | 27 |
IUSE="" |
29 | 28 | |
29 |
PATCHES=( |
|
30 |
"${FILESDIR}/${P}-ruby32.patch" |
|
31 |
) |
|
32 | ||
30 | 33 |
all_ruby_prepare() { |
31 | 34 |
sed -i -e '/[bB]undler/s:^:#:' {spec,benchmarks}/*.rb || die |
32 | 35 |
rm Gemfile* || die |