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

Collapse All | Expand All

(-)pine-4.64-r7.ebuild.orig (-1 / +5 lines)
Lines 29-35 Link Here
29
	pam? ( virtual/pam )
29
	pam? ( virtual/pam )
30
	ssl? ( dev-libs/openssl )
30
	ssl? ( dev-libs/openssl )
31
	ldap? ( net-nds/openldap )
31
	ldap? ( net-nds/openldap )
32
	kerberos? ( app-crypt/mit-krb5 )"
32
	kerberos? ( virtual/krb5 )"
33
RDEPEND="${DEPEND}
33
RDEPEND="${DEPEND}
34
	app-misc/mime-types
34
	app-misc/mime-types
35
	net-mail/uw-mailutils
35
	net-mail/uw-mailutils
Lines 89-94 Link Here
89
		# Add support for large terminals by doubling the size of pine's internal display buffer
89
		# Add support for large terminals by doubling the size of pine's internal display buffer
90
		epatch "${FILESDIR}/pine-4.61-largeterminal.patch"
90
		epatch "${FILESDIR}/pine-4.61-largeterminal.patch"
91
	fi
91
	fi
92
	if use kerberos ; then
93
		# Fix compilation of pine with recent mit-krb5 and Heimdal setups
94
		epatch "${FILESDIR}/pine-kerberos.patch"
95
	fi
92
96
93
	# Something from RedHat.
97
	# Something from RedHat.
94
	epatch "${FILESDIR}/pine-4.31-segfix.patch"
98
	epatch "${FILESDIR}/pine-4.31-segfix.patch"

Return to bug 305819