Diff maildrop-3.0.2 with a maildrop-3.0.2-r1
/usr/portage/mail-filter/maildrop/maildrop-3.0.2-r1.ebuild 2024-12-25 14:59:49.703270105 +0300 | ||
---|---|---|
14 | 14 | |
15 | 15 |
LICENSE="GPL-3" |
16 | 16 |
SLOT="0" |
17 |
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ppc64 ~s390 sparc x86" |
|
17 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86" |
|
18 | 18 |
IUSE="berkdb debug dovecot fam gdbm ldap mysql postgres static-libs authlib +tools trashquota" |
19 | 19 | |
20 | 20 |
CDEPEND="!mail-mta/courier |
... | ... | |
31 | 31 |
!gdbm? ( |
32 | 32 |
berkdb? ( >=sys-libs/db-3:= ) |
33 | 33 |
) |
34 |
gdbm? ( net-mail/courier-imap[gdbm?,berkdb?] ) |
|
35 |
berkdb? ( net-mail/courier-imap[gdbm?,berkdb?] ) |
|
34 | 36 |
tools? ( |
35 | 37 |
!mail-mta/netqmail |
36 | 38 |
!net-mail/courier-imap |
... | ... | |
46 | 48 |
postgres? ( authlib ) |
47 | 49 |
ldap? ( authlib )" |
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 |