Diff elinks-0.16.1.1-r1 with a elinks-0.16.1.1-r2

/usr/portage/www-client/elinks/elinks-0.16.1.1-r2.ebuild 2023-10-09 14:52:35.884368511 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..11} )
6
PYTHON_COMPAT=( python3_{10..11} )
7 7
LUA_COMPAT=( lua5-{1,2,3,4} luajit )
8 8

  
9 9
inherit meson lua-single python-any-r1
......
68 68
	)
69 69
"
70 70

  
71
PATCHES=(
72
	"${FILESDIR}"/${PN}-0.16.1.1-perl-5.38.patch
73
)
74

  
71 75
pkg_setup() {
72 76
	use lua && lua-single_pkg_setup
73 77

  
Thank you!