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

Collapse All | Expand All

(-)cyrus-sasl-2.1.22.ebuild (-4 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild,v 1.10 2006/09/06 18:31:07 tsunam Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild,v 1.10 2006/09/06 18:31:07 tsunam Exp $
4
4
5
inherit eutils gnuconfig flag-o-matic java-pkg multilib
5
inherit eutils gnuconfig flag-o-matic java-pkg-opt-2 multilib
6
6
7
ntlm_patch=${P}-ntlm_impl-spnego.patch.gz
7
ntlm_patch=${P}-ntlm_impl-spnego.patch.gz
8
SASLAUTHD_CONF_VER=2.1.21
8
SASLAUTHD_CONF_VER=2.1.21
Lines 34-51 RDEPEND="virtual/libc Link Here
34
			>=mail-mta/courier-0.46
34
			>=mail-mta/courier-0.46
35
		)
35
		)
36
	)
36
	)
37
	java? ( =virtual/jdk-1.4* )
37
	java? ( >=virtual/jre-1.4 )
38
	ntlm_unsupported_patch? ( >=net-fs/samba-3.0.9 )"
38
	ntlm_unsupported_patch? ( >=net-fs/samba-3.0.9 )"
39
39
40
DEPEND="${RDEPEND}
40
DEPEND="${RDEPEND}
41
	>=sys-apps/sed-4
41
	>=sys-apps/sed-4
42
	>=sys-devel/autoconf-2.58
42
	>=sys-devel/autoconf-2.58
43
	sys-devel/automake
43
	sys-devel/automake
44
	sys-devel/libtool"
44
	sys-devel/libtool
45
	java? ( >=virtual/jdk-1.4 )"
45
46
46
pkg_setup() {
47
pkg_setup() {
47
48
48
	use java && java-pkg_pkg_setup
49
	use java && java-pkg-opt-2_pkg_setup
49
50
50
	if use gdbm && use berkdb; then
51
	if use gdbm && use berkdb; then
51
		echo
52
		echo

Return to bug 146647