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

Collapse All | Expand All

(-)mutt-1.5.11-r2.ebuild (-3 lines)
Lines 63-71 Link Here
63
63
64
src_unpack() {
64
src_unpack() {
65
	unpack ${P}.tar.gz && cd "${S}" || die "unpack failed"
65
	unpack ${P}.tar.gz && cd "${S}" || die "unpack failed"
66
	# Clean up mutts input to sasl_decode(); with cyrus-sasl-2.1.22 and up it
67
	# wont work without
68
	epatch "${FILESDIR}"/${PN}-sasl-cvs08Sept2006.diff
69
66
70
	# Fix configure.in sasl checking
67
	# Fix configure.in sasl checking
71
	epatch "${FILESDIR}"/${P}-sasl.patch
68
	epatch "${FILESDIR}"/${P}-sasl.patch

Return to bug 146696