Diff libimobiledevice-1.3.0-r1 with a libimobiledevice-1.3.0-r2

/usr/portage/app-pda/libimobiledevice/libimobiledevice-1.3.0-r2.ebuild 2023-10-09 14:52:28.840368334 +0300
3 3

  
4 4
EAPI=7
5 5

  
6
PYTHON_COMPAT=( python3_{9,10} )
6
PYTHON_COMPAT=( python3_{9..11} )
7 7

  
8 8
inherit autotools python-r1
9 9

  
......
49 49
PATCHES=(
50 50
	"${FILESDIR}/${P}-slibtool.patch"
51 51
	"${FILESDIR}/${P}-missing_libflags.patch" #787962
52
	"${FILESDIR}/${P}-python.patch"
52 53
)
53 54

  
54 55
src_prepare() {
Thank you!