Diff courier-imap-5.2.1-r2 with a courier-imap-5.2.3

/usr/portage/net-mail/courier-imap/courier-imap-5.2.3.ebuild 2023-10-09 14:52:34.608368479 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5
inherit autotools readme.gentoo-r1 systemd
6 6

  
7 7
DESCRIPTION="An IMAP daemon designed specifically for maildirs"
......
65 65
PATCHES=(
66 66
	"${FILESDIR}/${PN}-5.1.8-aclocal-fix.patch"
67 67
	"${FILESDIR}/${PN}-5.0.8-ar-fix.patch"
68
	"${FILESDIR}/${P}-makedat.patch"
68
	"${FILESDIR}/${PN}-5.2.1-makedat.patch"
69 69
)
70 70

  
71 71
src_prepare() {
Thank you!