--- curl-7.15.0.ebuild.orig 2005-12-03 22:05:48.000000000 +0100 +++ curl-7.15.0.ebuild 2005-12-03 22:09:24.000000000 +0100 @@ -22,7 +22,7 @@ ldap? ( net-nds/openldap ) idn? ( net-dns/libidn ) ares? ( net-dns/c-ares ) - kerberos? ( app-crypt/mit-krb5 ) + kerberos? ( virtual/krb5 ) krb4? ( app-crypt/kth-krb )" DEPEND="${RDEPEND} @@ -42,7 +42,6 @@ myconf="$(use_enable ldap) $(use_with idn libidn) - $(use_enable kerberos gssapi) $(use_enable ipv6) --enable-http --enable-ftp @@ -76,6 +75,10 @@ myconf="${myconf} --without-gnutls --without-ssl" fi + if use kerberos; then + myconf="${myconf} --with-gssapi=/usr" + fi + econf ${myconf} || die 'configure failed' emake || die "install failed for current version" }