Сравнение test-unit-3.6.1 с test-unit-3.6.7

/usr/portage/dev-ruby/test-unit/test-unit-3.6.7.ebuild 2025-02-03 17:39:32.906667199 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
USE_RUBY="ruby31 ruby32 ruby33"
5
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
6 6

  
7 7
RUBY_FAKEGEM_EXTRADOC="README.md doc-install/text/*.md"
8 8

  
......
16 16

  
17 17
LICENSE="|| ( Ruby-BSD BSD-2 ) PSF-2"
18 18
SLOT="2"
19
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
19
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
20 20
IUSE="doc test"
21 21

  
22 22
ruby_add_rdepend "dev-ruby/power_assert"
23 23

  
24
ruby_add_bdepend "test? ( dev-ruby/bigdecimal dev-ruby/csv )"
25

  
24 26
all_ruby_prepare() {
25 27
	mv doc doc-install || die "moving doc directory out of the way failed"
26 28
}
Спасибо!