Diff sublime-text-4_p4143-r1 with a sublime-text-4_p4152

/usr/portage/app-editors/sublime-text/sublime-text-4_p4152.ebuild 2023-10-09 14:52:28.284368320 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
41 41
src_install() {
42 42
	insinto /opt/${MY_PN}
43 43
	doins -r Packages Lib Icon # /Icon is used at runtime by the application
44
	doins changelog.txt libcrypto.so.1.1 libssl.so.1.1 sublime_text.desktop
44
	doins changelog.txt libcrypto.so.1.1 libssl.so.1.1 libsqlite3.so sublime_text.desktop
45 45

  
46 46
	# sublime_merge looks for /opt/sublime_text/sublime_text
47 47
	exeinto /opt/${MY_PN}
Thank you!