Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 201985 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-mail/dovecot/dovecot-1.0.10.ebuild (-1 / +3 lines)
Lines 20-36 Link Here
20
SLOT="0"
20
SLOT="0"
21
LICENSE="LGPL-2.1"
21
LICENSE="LGPL-2.1"
22
KEYWORDS="alpha ~amd64 ppc sparc x86 ~x86-fbsd"
22
KEYWORDS="alpha ~amd64 ppc sparc x86 ~x86-fbsd"
23
23
24
IUSE="debug doc ipv6 kerberos ldap managesieve mbox mysql pop3d pam postgres sieve ssl suid vpopmail"
24
IUSE="debug doc ipv6 kerberos ldap managesieve mbox mysql pop3d pam postgres sieve sqlite3 ssl suid vpopmail"
25
25
26
# Developer documentation, controlled by the doc USE flag
26
# Developer documentation, controlled by the doc USE flag
27
DEVDOCS="auth-protocol index multiaccess securecoding"
27
DEVDOCS="auth-protocol index multiaccess securecoding"
28
28
29
DEPEND=">=sys-apps/sed-4
29
DEPEND=">=sys-apps/sed-4
30
	kerberos? ( virtual/krb5 )
30
	kerberos? ( virtual/krb5 )
31
	ldap? ( net-nds/openldap )
31
	ldap? ( net-nds/openldap )
32
	pam? ( virtual/pam )
32
	pam? ( virtual/pam )
33
	sqlite3? ( >=dev-db/sqlite-3 )
33
	ssl? ( dev-libs/openssl )
34
	ssl? ( dev-libs/openssl )
34
	postgres? ( dev-db/postgresql )
35
	postgres? ( dev-db/postgresql )
35
	mysql? ( virtual/mysql )
36
	mysql? ( virtual/mysql )
36
	vpopmail? ( net-mail/vpopmail )"
37
	vpopmail? ( net-mail/vpopmail )"
Lines 72-79 Link Here
72
		$(use_with mysql) \
73
		$(use_with mysql) \
73
		$(use_with pam) \
74
		$(use_with pam) \
74
		$(use_with pop3d) \
75
		$(use_with pop3d) \
75
		$(use_with postgres pgsql) \
76
		$(use_with postgres pgsql) \
77
		$(use_with sqlite3) \
76
		$(use_with vpopmail) \
78
		$(use_with vpopmail) \
77
		${myconf} \
79
		${myconf} \
78
		|| die "configure failed"
80
		|| die "configure failed"
79
	emake || die "make failed"
81
	emake || die "make failed"

Return to bug 201985