Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 179697
Collapse All | Expand All

(-)pidgin-2.0.0.ebuild (+12 lines)
Lines 15-20 Link Here
15
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
15
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
16
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"
16
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"
17
IUSE="${IUSE} gtk sasl console groupwise prediction" # mono"
17
IUSE="${IUSE} gtk sasl console groupwise prediction" # mono"
18
IUSE="${IUSE} krb4"
18
19
19
RDEPEND="
20
RDEPEND="
20
	bonjour? ( !avahi? ( net-misc/howl )
21
	bonjour? ( !avahi? ( net-misc/howl )
Lines 44-49 Link Here
44
	)
45
	)
45
	meanwhile? ( net-libs/meanwhile )
46
	meanwhile? ( net-libs/meanwhile )
46
	silc? ( >=net-im/silc-toolkit-0.9.12-r3 )
47
	silc? ( >=net-im/silc-toolkit-0.9.12-r3 )
48
	krb4? ( >=app-crypt/mit-krb5-1.3.6-r1 )
47
	tcl? ( dev-lang/tcl )
49
	tcl? ( dev-lang/tcl )
48
	tk? ( dev-lang/tk )
50
	tk? ( dev-lang/tk )
49
	sasl? ( >=dev-libs/cyrus-sasl-2 )
51
	sasl? ( >=dev-libs/cyrus-sasl-2 )
Lines 152-157 Link Here
152
		elog "console only."
154
		elog "console only."
153
		einfo
155
		einfo
154
	fi
156
	fi
157
158
	if use krb4 && ! built_with_use app-crypt/mit-krb5 krb4 ; then
159
		eerror
160
		eerror You need to rebuild app-crypt/mit-krb5 with USE=krb4 in order to
161
		eerror enable krb4 support for the zephyr protocol in gaim.
162
		eerror
163
		die "Configure failed"
164
	fi
165
155
}
166
}
156
167
157
src_unpack() {
168
src_unpack() {
Lines 246-251 Link Here
246
		$(use_enable doc doxygen) \
257
		$(use_enable doc doxygen) \
247
		$(use_enable prediction cap) \
258
		$(use_enable prediction cap) \
248
		$(use_enable networkmanager nm) \
259
		$(use_enable networkmanager nm) \
260
		$(use_with krb4) \
249
		"--with-dynamic-prpls=${DYNAMIC_PRPLS}" \
261
		"--with-dynamic-prpls=${DYNAMIC_PRPLS}" \
250
		--disable-mono \
262
		--disable-mono \
251
		${myconf} || die "Configuration failed"
263
		${myconf} || die "Configuration failed"

Return to bug 179697