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

Collapse All | Expand All

(-)pine-4.63-r3.ebuild (-1 / +5 lines)
Lines 22-28 Link Here
22
LICENSE="PICO"
22
LICENSE="PICO"
23
SLOT="0"
23
SLOT="0"
24
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~sparc ~x86"
24
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~sparc ~x86"
25
IUSE="ssl ldap kerberos largeterminal pam passfile debug"
25
IUSE="ssl ldap ldapv3 kerberos largeterminal pam passfile debug"
26
26
27
DEPEND="virtual/libc
27
DEPEND="virtual/libc
28
	>=sys-apps/sed-4
28
	>=sys-apps/sed-4
Lines 62-67 Link Here
62
	unpack ${A} && cd "${S}"
62
	unpack ${A} && cd "${S}"
63
63
64
	epatch "${FILESDIR}/pine-4.62-spooldir-permissions.patch" || die
64
	epatch "${FILESDIR}/pine-4.62-spooldir-permissions.patch" || die
65
	
66
	if use ldapv3 ; then
67
    	    epatch "${FILESDIR}/pine-4.63-ldap-v3.patch" || die
68
        fi	
65
69
66
	# Various fixes and features.
70
	# Various fixes and features.
67
	epatch "${WORKDIR}/${CHAPPA_PF}-chappa-all.patch" || die
71
	epatch "${WORKDIR}/${CHAPPA_PF}-chappa-all.patch" || die

Return to bug 102645