Сравнение rantly-2.0.0-r1 с rantly-3.0.0
| /usr/portage/dev-ruby/rantly/rantly-3.0.0.ebuild 2025-02-03 17:39:32.902667185 +0300 | ||
|---|---|---|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 |
USE_RUBY="ruby30 ruby31 ruby32" |
|
| 5 |
USE_RUBY="ruby31 ruby32 ruby33 ruby34" |
|
| 6 | 6 | |
| 7 | 7 |
RUBY_FAKEGEM_EXTRADOC="README.md" |
| 8 | 8 | |
| ... | ... | |
| 14 | 14 |
LICENSE="MIT" |
| 15 | 15 |
SLOT="$(ver_cut 1)" |
| 16 | 16 |
KEYWORDS="~amd64 ~riscv ~x86" |
| 17 |
IUSE="" |
|
| 18 | 17 | |
| 19 | 18 |
all_ruby_prepare() {
|
| 20 | 19 |
sed -i -e '/simplecov/,/^end/ s:^:#:' test/test_helper.rb || die |