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 (-2 / +3 lines)
Lines 34-47 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

Return to bug 146647