Diff sqlite3-1.6.3 with a sqlite3-1.6.3-r1

/usr/portage/dev-ruby/sqlite3/sqlite3-1.6.3-r1.ebuild 2023-10-09 14:52:30.468368375 +0300
33 33

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

  
37
	# Remove the runtime dependency on mini_portile2. We build without
38
	# it and it is not a runtime dependency for us.
39
	sed -i -e '/^dependencies:/,/force_ruby_platform/d' ../metadata || die
36 40
}
37 41

  
38 42
all_ruby_compile() {
Thank you!