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

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

  
4 4
EAPI=7
......
12 12
SLOT="0"
13 13
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
14 14

  
15
IUSE="berkdb debug fam +gdbm gnutls ipv6 selinux trashquota"
15
IUSE="berkdb debug +gdbm gnutls ipv6 selinux trashquota"
16 16
REQUIRED_USE="|| ( berkdb gdbm )"
17 17

  
18 18
CDEPEND="
......
24 24
	>=net-libs/courier-unicode-2:=
25 25
	>=net-mail/mailbase-0.00-r8
26 26
	net-dns/libidn:=
27
	net-mail/courier-makedat[berkdb?,gdbm?]
27 28
	berkdb? ( sys-libs/db:= )
28
	fam? ( virtual/fam )
29 29
	gdbm? ( >=sys-libs/gdbm-1.8.0:= )
30 30
"
31 31
DEPEND="${CDEPEND}
......
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 69
)
69 70

  
70 71
src_prepare() {
......
111 112
		--with-mailuser=mail \
112 113
		--with-mailgroup=mail \
113 114
		--with-certsdir="/etc/courier-imap" \
114
		$(use_with fam) \
115 115
		$(use_with ipv6) \
116 116
		$(use_with gnutls) \
117 117
		${myconf}
118 118
}
119 119

  
120
#src_compile() {
121
	# spurious failures with parallel compiles, bug #????
122
#	emake -j1
123
#}
124

  
125 120
src_install() {
126 121
	dodir "/var/lib/${PN}" /etc/pam.d
127 122
	keepdir /var/lib/courier-imap
Thank you!