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

(-)/usr/portage/net-im/bitlbee/bitlbee-3.0.5.ebuild (-3 / +5 lines)
Lines 12-18 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
14
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
15
IUSE="debug gnutls ipv6 +jabber libevent msn nss +oscar otr +plugins purple ssl test twitter +yahoo xinetd" # ldap - Bug 195758
15
IUSE="debug gnutls ipv6 +jabber libevent msn nss +oscar otr +plugins purple ssl
16
test twitter +yahoo xinetd skype" # ldap - Bug 195758
16
17
17
COMMON_DEPEND="purple? ( net-im/pidgin )
18
COMMON_DEPEND="purple? ( net-im/pidgin )
18
	libevent? ( dev-libs/libevent )
19
	libevent? ( dev-libs/libevent )
Lines 22-28 Link Here
22
	!gnutls? (
23
	!gnutls? (
23
		nss? ( dev-libs/nss )
24
		nss? ( dev-libs/nss )
24
		!nss? ( ssl? ( dev-libs/openssl ) )
25
		!nss? ( ssl? ( dev-libs/openssl ) )
25
	)"
26
	)
27
	skype?  ( dev-python/skype4py )"
26
	# ldap? ( net-nds/openldap )"
28
	# ldap? ( net-nds/openldap )"
27
DEPEND="${COMMON_DEPEND}
29
DEPEND="${COMMON_DEPEND}
28
	dev-util/pkgconfig
30
	dev-util/pkgconfig
Lines 70-76 Link Here
70
	local myconf="--ldap=0"
72
	local myconf="--ldap=0"
71
73
72
	# setup plugins, protocol, ipv6 and debug
74
	# setup plugins, protocol, ipv6 and debug
73
	for flag in debug ipv6 msn jabber oscar plugins purple twitter yahoo ; do
75
	for flag in debug ipv6 msn jabber oscar plugins purple twitter yahoo skype ; do
74
		if use ${flag} ; then
76
		if use ${flag} ; then
75
			myconf="${myconf} --${flag}=1"
77
			myconf="${myconf} --${flag}=1"
76
		else
78
		else

Return to bug 405043