Diff maildrop-3.0.2 with a maildrop-3.0.2-r1

/usr/portage/mail-filter/maildrop/maildrop-3.0.2-r1.ebuild 2023-10-09 14:52:31.580368403 +0300
12 12

  
13 13
LICENSE="GPL-3"
14 14
SLOT="0"
15
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 sparc x86"
15
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
16 16
IUSE="berkdb debug dovecot fam gdbm ldap mysql postgres static-libs authlib +tools trashquota"
17 17

  
18 18
CDEPEND="!mail-mta/courier
......
29 29
	!gdbm? (
30 30
		berkdb? ( >=sys-libs/db-3:= )
31 31
	)
32
	gdbm? ( net-mail/courier-imap[gdbm?,berkdb?] )
33
	berkdb? ( net-mail/courier-imap[gdbm?,berkdb?] )
32 34
	tools? (
33 35
		!mail-mta/netqmail
34 36
		!net-mail/courier-imap
......
46 48

  
47 49
S=${WORKDIR}/${P%%_pre}
48 50

  
51
PATCHES=(
52
	"${FILESDIR}"/${PN}-3.0.0-testsuite.patch
53
	"${FILESDIR}"/${P}-makedat.patch
54
)
55

  
49 56
src_prepare() {
50 57
	# Prefer gdbm over berkdb
51 58
	if use gdbm ; then
......
61 68
		's~AC_MSG_ERROR(Cannot determine default mailbox)~SPOOLDIR="./.maildir"~' \
62 69
		"${S}"/libs/maildrop/configure.ac || die "sed failed"
63 70

  
64
	eapply "${FILESDIR}"/${PN}-3.0.0-testsuite.patch
65
	eapply_user
71
	default
66 72
	eautoreconf
67 73
}
68 74

  
Thank you!