Diff flog-4.8.0 with a flog-4.9.2

/usr/portage/dev-ruby/flog/flog-4.9.2.ebuild 2026-01-08 10:18:06.005684572 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
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

  
6
USE_RUBY="ruby32 ruby33 ruby34"
6 7

  
7 8
RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
8 9

  
......
12 13
HOMEPAGE="https://ruby.sadi.st/"
13 14
LICENSE="MIT"
14 15

  
15
KEYWORDS="~amd64 ~x86"
16 16
SLOT="0"
17
IUSE=""
17
KEYWORDS="~amd64 ~x86"
18
IUSE="test"
18 19

  
19 20
ruby_add_bdepend "test? ( dev-ruby/minitest )"
20 21

  
21 22
ruby_add_rdepend "
22
	dev-ruby/path_expander:1
23
	>dev-ruby/ruby_parser-3.1.0:3
23
	dev-ruby/path_expander:2
24
	>=dev-ruby/prism-1.7:1
24 25
	>=dev-ruby/sexp_processor-4.8:4"
25 26

  
26 27
each_ruby_test() {
Thank you!