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

(-)cyrus-sasl-2.1.18-r2.ebuild (-4 / +6 lines)
Lines 11-17 Link Here
11
LICENSE="as-is"
11
LICENSE="as-is"
12
SLOT="2"
12
SLOT="2"
13
KEYWORDS="x86 ~ppc sparc ~mips alpha ~arm ~hppa amd64 ia64 ~s390 ~ppc64"
13
KEYWORDS="x86 ~ppc sparc ~mips alpha ~arm ~hppa amd64 ia64 ~s390 ~ppc64"
14
IUSE="gdbm ldap mysql postgres kerberos static ssl java pam pam-mysql"
14
IUSE="gdbm ldap mysql postgres kerberos static ssl java pam pam-mysql authdaemond"
15
15
16
RDEPEND="virtual/libc
16
RDEPEND="virtual/libc
17
	>=sys-libs/db-3.2
17
	>=sys-libs/db-3.2
Lines 22-28 Link Here
22
	pam? ( >=sys-libs/pam-0.75 )
22
	pam? ( >=sys-libs/pam-0.75 )
23
	ssl? ( >=dev-libs/openssl-0.9.6d )
23
	ssl? ( >=dev-libs/openssl-0.9.6d )
24
	kerberos? ( virtual/krb5 )
24
	kerberos? ( virtual/krb5 )
25
	java? ( virtual/jdk )"
25
	java? ( virtual/jdk )
26
	authdaemond? ( net-mail/courier-imap )"
26
DEPEND="${RDEPEND}
27
DEPEND="${RDEPEND}
27
	>=sys-apps/sed-4
28
	>=sys-apps/sed-4
28
	>=sys-devel/autoconf-2.58
29
	>=sys-devel/autoconf-2.58
Lines 83-91 Link Here
83
	myconf="${myconf} `use_with pam`"
84
	myconf="${myconf} `use_with pam`"
84
	myconf="${myconf} `use_with ldap`"
85
	myconf="${myconf} `use_with ldap`"
85
	myconf="${myconf} `use_enable kerberos gssapi`"
86
	myconf="${myconf} `use_enable kerberos gssapi`"
86
	myconf="${myconf} `use_with mysql` `use_enable mysql sql`"
87
	myconf="${myconf} `use_with mysql` `use_enable mysql`"
87
	myconf="${myconf} `use_with postgres pgsql` `use_enable postgres sql`"
88
	myconf="${myconf} `use_with postgres pgsql` `use_enable postgres`"
88
	myconf="${myconf} `use_enable java` `use_with java javahome ${JAVA_HOME}`"
89
	myconf="${myconf} `use_enable java` `use_with java javahome ${JAVA_HOME}`"
90
	myconf="${myconf} `use_with authdaemond`"
89
91
90
	if use mysql || use postgres ; then
92
	if use mysql || use postgres ; then
91
		myconf="${myconf} --enable-sql"
93
		myconf="${myconf} --enable-sql"

Return to bug 56523