Index: pidgin-2.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.0.ebuild,v --- pidgin-2.0.0.ebuild 24 May 2007 04:21:13 -0000 1.5 +++ pidgin-2.0.0.ebuild 24 May 2007 23:37:01 -0000 @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="avahi bonjour cjk crypt dbus debug doc eds gadu gnutls gstreamer meanwhile networkmanager nls perl silc startup-notification tcl tk xscreensaver custom-cflags spell ssl qq msn gadu" IUSE="${IUSE} gtk sasl console groupwise prediction" # mono" +IUSE="${IUSE} krb4" RDEPEND=" bonjour? ( !avahi? ( net-misc/howl ) @@ -44,6 +45,7 @@ ) meanwhile? ( net-libs/meanwhile ) silc? ( >=net-im/silc-toolkit-0.9.12-r3 ) + krb4? ( >=app-crypt/mit-krb5-1.3.6-r1 ) tcl? ( dev-lang/tcl ) tk? ( dev-lang/tk ) sasl? ( >=dev-libs/cyrus-sasl-2 ) @@ -152,6 +154,15 @@ elog "console only." einfo fi + + if use krb4 && ! built_with_use app-crypt/mit-krb5 krb4 ; then + eerror + eerror You need to rebuild app-crypt/mit-krb5 with USE=krb4 in order to + eerror enable krb4 support for the zephyr protocol in gaim. + eerror + die "Configure failed" + fi + } src_unpack() { @@ -246,6 +257,7 @@ $(use_enable doc doxygen) \ $(use_enable prediction cap) \ $(use_enable networkmanager nm) \ + $(use_with krb4) \ "--with-dynamic-prpls=${DYNAMIC_PRPLS}" \ --disable-mono \ ${myconf} || die "Configuration failed"