--- pine-4.64-r7.ebuild.orig 2009-10-11 03:37:29.000000000 +1100 +++ pine-4.64-r7.ebuild.orig 2010-02-19 16:09:27.111037690 +1100 @@ -29,7 +29,7 @@ pam? ( virtual/pam ) ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) - kerberos? ( app-crypt/mit-krb5 )" + kerberos? ( virtual/krb5 )" RDEPEND="${DEPEND} app-misc/mime-types net-mail/uw-mailutils @@ -89,6 +89,10 @@ # Add support for large terminals by doubling the size of pine's internal display buffer epatch "${FILESDIR}/pine-4.61-largeterminal.patch" fi + if use kerberos ; then + # Fix compilation of pine with recent mit-krb5 and Heimdal setups + epatch "${FILESDIR}/pine-kerberos.patch" + fi # Something from RedHat. epatch "${FILESDIR}/pine-4.31-segfix.patch"