Diff kitty-0.30.0 with a kitty-0.30.1

/usr/portage/x11-terms/kitty/kitty-0.30.1.ebuild 2023-10-09 14:52:35.980368514 +0300
77 77

  
78 78
QA_FLAGS_IGNORED="usr/bin/kitten" # written in Go
79 79

  
80
PATCHES=(
81
	"${FILESDIR}"/${PN}-0.30.1-no-sudo.patch
82
)
83

  
80 84
src_unpack() {
81 85
	if [[ ${PV} == 9999 ]]; then
82 86
		git-r3_src_unpack
......
130 134
		--disable-link-time-optimization
131 135
		--ignore-compiler-warnings
132 136
		--libdir-name=$(get_libdir)
133
		--shell-integration="enabled no-rc"
137
		--shell-integration="enabled no-rc no-sudo"
134 138
		--update-check-interval=0
135 139
		--verbose
136 140
	)
Thank you!