Diff notqmail-1.08-r6 with a notqmail-9999

/usr/portage/mail-mta/notqmail/notqmail-9999.ebuild 2023-10-09 14:52:31.588368403 +0300
11 11

  
12 12
QMAIL_BIGTODO_F=notqmail-1.08-big-todo.patch
13 13

  
14
QMAIL_LARGE_DNS="qmail-103.patch"
15

  
16 14
inherit qmail systemd
17 15

  
18 16
if [[ ${PV} == "9999" ]] ; then
......
37 35
"
38 36
SRC_URI="${SRC_URI}
39 37
	https://github.com/DerDakon/genqmail/releases/download/genqmail-${GENQMAIL_PV}/${GENQMAIL_F}
40
	https://www.ckdhr.com/ckd/${QMAIL_LARGE_DNS}
41 38
	!vanilla? (
42 39
		highvolume? (
43 40
			https://github.com/notqmail/notqmail/commit/3a22b45974ddd1230da0dfa21f886c3401bee020.patch -> ${QMAIL_BIGTODO_F}
......
117 114
	fi
118 115
}
119 116

  
120
PATCHES=(
121
	"${DISTDIR}/${QMAIL_LARGE_DNS}"
122
)
123

  
124 117
src_prepare() {
125 118
	if ! use vanilla; then
126 119
		if use qmail-spp; then
Thank you!