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

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- pidgin-2.6.1.ebuild
0
++ pidgin-2.6.1.ebuild
Lines 13-19 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~x86"
15
KEYWORDS="~alpha ~amd64 ~x86"
16
IUSE="bonjour dbus debug doc eds gadu gnutls +gstreamer meanwhile"
16
IUSE="bonjour dbus debug doc eds gadu gnutls +gstreamer idn meanwhile"
17
IUSE="${IUSE} networkmanager nls perl silc tcl tk spell qq gadu"
17
IUSE="${IUSE} networkmanager nls perl silc tcl tk spell qq gadu"
18
IUSE="${IUSE} +gtk sasl ncurses groupwise prediction zephyr" # mono"
18
IUSE="${IUSE} +gtk sasl ncurses groupwise prediction zephyr" # mono"
19
19
Lines 48-54 Link Here
48
	>=dev-libs/libxml2-2.6.18
48
	>=dev-libs/libxml2-2.6.18
49
	networkmanager? ( net-misc/networkmanager )
49
	networkmanager? ( net-misc/networkmanager )
50
	prediction? ( =dev-db/sqlite-3* )
50
	prediction? ( =dev-db/sqlite-3* )
51
	ncurses? ( sys-libs/ncurses[unicode] )"
51
	ncurses? ( sys-libs/ncurses[unicode] )
52
	idn? ( net-dns/libidn )"
52
	# Mono support crashes pidgin
53
	# Mono support crashes pidgin
53
	#mono? ( dev-lang/mono )"
54
	#mono? ( dev-lang/mono )"
54
55
Lines 150-161 Link Here
150
		$(use_enable meanwhile) \
151
		$(use_enable meanwhile) \
151
		$(use_enable eds gevolution) \
152
		$(use_enable eds gevolution) \
152
		$(use_enable gstreamer) \
153
		$(use_enable gstreamer) \
154
		$(use_enable gstreamer vv) \
153
		$(use_enable sasl cyrus-sasl ) \
155
		$(use_enable sasl cyrus-sasl ) \
154
		$(use_enable doc doxygen) \
156
		$(use_enable doc doxygen) \
155
		$(use_enable prediction cap) \
157
		$(use_enable prediction cap) \
156
		$(use_enable networkmanager nm) \
158
		$(use_enable networkmanager nm) \
157
		$(use_with zephyr krb4) \
159
		$(use_with zephyr krb4) \
158
		$(use_enable bonjour avahi) \
160
		$(use_enable bonjour avahi) \
161
		$(use_enable idn) \
159
		"--with-dynamic-prpls=${DYNAMIC_PRPLS}" \
162
		"--with-dynamic-prpls=${DYNAMIC_PRPLS}" \
160
		--disable-mono \
163
		--disable-mono \
161
		--x-includes=/usr/include/X11 \
164
		--x-includes=/usr/include/X11 \

Return to bug 282013