Diff isync-1.4.4 with a isync-1.4.4-r1

/usr/portage/net-mail/isync/isync-1.4.4-r1.ebuild 2023-10-09 14:52:34.612368479 +0300
25 25
	zlib?	( sys-libs/zlib:0= )
26 26
	!sci-chemistry/mdtraj
27 27
"
28
DEPEND=${RDEPEND}
28
DEPEND="${RDEPEND}"
29 29
BDEPEND="
30 30
	dev-lang/perl
31 31
"
32 32

  
33
PATCHES=(
34
	"${FILESDIR}"/${P}-openssl3-eof.patch
35
)
36

  
33 37
src_prepare() {
34 38
	default
35 39
	[[ ${PV} == 9999 ]] && eautoreconf
Thank you!