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

Collapse All | Expand All

(-)fetchmail-6.2.5.2.ebuild.orig (-1 / +2 lines)
Lines 17-23 Link Here
17
RDEPEND="hesiod? ( net-dns/hesiod )
17
RDEPEND="hesiod? ( net-dns/hesiod )
18
	ssl? ( >=dev-libs/openssl-0.9.6 )
18
	ssl? ( >=dev-libs/openssl-0.9.6 )
19
	kerberos? ( app-crypt/mit-krb5 )
19
	kerberos? ( app-crypt/mit-krb5 )
20
	sys-devel/gettext
20
	nls? ( sys-devel/gettext )
21
	elibc_FreeBSD? ( sys-libs/com_err )"
21
	elibc_FreeBSD? ( sys-libs/com_err )"
22
22
23
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
Lines 39-44 Link Here
39
	if has_version '>=app-crypt/mit-krb5-1.4' ; then
39
	if has_version '>=app-crypt/mit-krb5-1.4' ; then
40
		epatch ${FILESDIR}/${PN}-6.2.5-mit-krb5-1.4.patch || die
40
		epatch ${FILESDIR}/${PN}-6.2.5-mit-krb5-1.4.patch || die
41
	fi
41
	fi
42
	use nls || epatch ${FILESDIR}/${P}-nonls.patch || die
42
43
43
	autoconf
44
	autoconf
44
	gnuconfig_update
45
	gnuconfig_update

Return to bug 104384