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

Collapse All | Expand All

(-)/usr/portage/net-mail/fetchmail/fetchmail-6.3.8.ebuild (-2 / +3 lines)
Lines 15-21 Link Here
15
15
16
RDEPEND="hesiod? ( net-dns/hesiod )
16
RDEPEND="hesiod? ( net-dns/hesiod )
17
	ssl? ( >=dev-libs/openssl-0.9.6 )
17
	ssl? ( >=dev-libs/openssl-0.9.6 )
18
	kerberos? ( app-crypt/mit-krb5 )
18
	kerberos? ( virtual/krb5 )
19
	nls? ( virtual/libintl )
19
	nls? ( virtual/libintl )
20
	elibc_FreeBSD? ( sys-libs/com_err )"
20
	elibc_FreeBSD? ( sys-libs/com_err )"
21
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
Lines 37-43 Link Here
37
		--enable-SDPS \
37
		--enable-SDPS \
38
		$(use_enable nls) \
38
		$(use_enable nls) \
39
		$(use_enable ipv6 inet6) \
39
		$(use_enable ipv6 inet6) \
40
		$(use_with kerberos gssapi) $(use_with kerberos kerberos5) \
40
		$(use_with kerberos gssapi=`krb5-config --prefix gssapi`) \
41
		$(use_with kerberos kerberos5=`krb5-config --prefix krb5`) \
41
		$(use_with krb4 kerberos) \
42
		$(use_with krb4 kerberos) \
42
		$(use_with ssl) \
43
		$(use_with ssl) \
43
		$(use_with hesiod) \
44
		$(use_with hesiod) \

Return to bug 185652