Diff sqlite3-1.6.1 with a sqlite3-1.6.3

/usr/portage/dev-ruby/sqlite3/sqlite3-1.6.3.ebuild 2023-10-09 14:52:30.468368375 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
USE_RUBY="ruby27 ruby30 ruby31 ruby32"
5

  
6
USE_RUBY="ruby30 ruby31 ruby32"
6 7

  
7 8
RUBY_FAKEGEM_TASK_DOC="faq"
8 9
RUBY_FAKEGEM_DOCDIR="doc faq"
......
21 22
SLOT="0"
22 23
IUSE=""
23 24

  
24
RDEPEND+=" >=dev-db/sqlite-3.39.4:3"
25
DEPEND+=" >=dev-db/sqlite-3.39.4:3"
25
# We track the bundled sqlite version here
26
RDEPEND+=" >=dev-db/sqlite-3.41.2:3"
27
DEPEND+=" >=dev-db/sqlite-3.41.2:3"
26 28

  
27
# TODO: drop the mini_portile2 dep after 1.6.1
28 29
ruby_add_bdepend "
29
	dev-ruby/mini_portile2:2.8
30 30
	doc? ( dev-ruby/rdoc dev-ruby/redcloth )
31
	test? ( dev-ruby/minitest:5 )"
31
	test? ( dev-ruby/minitest:5 )
32
"
32 33

  
33 34
all_ruby_prepare() {
34 35
	sed -i -e 's/enable_config("system-libraries")/true/' ext/sqlite3/extconf.rb || die
Thank you!