Diff recode-3.7.12-r1 with a recode-3.7.13

/usr/portage/app-text/recode/recode-3.7.13.ebuild 2023-10-09 14:52:28.892368335 +0300
33 33
	)
34 34
"
35 35

  
36
PATCHES=(
37
	"${FILESDIR}"/${P}-no-help2man.patch
38
)
39

  
36 40
python_check_deps() {
37 41
	python_has_version "dev-python/cython[${PYTHON_USEDEP}]"
38 42
}
Thank you!