Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 368775
Collapse All | Expand All

(-)/usr/portage/net-mail/cyrus-imapd/cyrus-imapd-2.4.8.ebuild (-2 / +8 lines)
Lines 16-24 Link Here
16
LICENSE="as-is"
16
LICENSE="as-is"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86"
18
KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86"
19
IUSE="afs kerberos mysql nntp pam postgres replication +sieve snmp sqlite ssl tcpd"
19
IUSE="afs -berkdb kerberos mysql nntp pam postgres replication +sieve snmp sqlite ssl tcpd"
20
20
21
RDEPEND=">=sys-libs/db-3.2
21
RDEPEND="berkdb? ( >=sys-libs/db-3.2 )
22
	sys-libs/zlib
22
	sys-libs/zlib
23
	>=dev-libs/cyrus-sasl-2.1.13
23
	>=dev-libs/cyrus-sasl-2.1.13
24
	afs? ( net-fs/openafs )
24
	afs? ( net-fs/openafs )
Lines 86-91 Link Here
86
		myconf+=" --with-afs-libdir=/usr/$(get_libdir)"
86
		myconf+=" --with-afs-libdir=/usr/$(get_libdir)"
87
		myconf+=" --with-afs-incdir=/usr/include/afs"
87
		myconf+=" --with-afs-incdir=/usr/include/afs"
88
	fi
88
	fi
89
	if ! use berkdb ; then
90
		myconf="${myconf} --without-bdb"
91
	else
92
		myconf="${myconf} --with-bdb=$(db_libname)"
93
	fi
94
89
	econf \
95
	econf \
90
		--enable-murder \
96
		--enable-murder \
91
		--enable-netscapehack \
97
		--enable-netscapehack \

Return to bug 368775