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

(-)/usr/portage/net-im/bitlbee/bitlbee-0.91-r1.ebuild (-4 / +12 lines)
Lines 11-22 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="x86 ~ppc sparc alpha ~ia64 ~amd64"
13
KEYWORDS="x86 ~ppc sparc alpha ~ia64 ~amd64"
14
IUSE="debug jabber msn oscar yahoo flood ssl"
14
IUSE="debug jabber msn oscar yahoo flood ssl gnutls"
15
15
16
DEPEND="virtual/libc
16
DEPEND="virtual/libc
17
	>=dev-libs/glib-2.0
17
	>=dev-libs/glib-2.0
18
	msn? ( net-libs/gnutls )
18
	msn? (
19
	jabber? ( ssl? ( net-libs/gnutls ) )"
19
		gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/openssl )
20
	)
21
	jabber? ( ssl? (
22
		gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/openssl )
23
	) )"
20
24
21
no_flags_die() {
25
no_flags_die() {
22
	eerror ""
26
	eerror ""
Lines 54-60 Link Here
54
	use flood && myconf="${myconf} --flood=1"
58
	use flood && myconf="${myconf} --flood=1"
55
59
56
	if ( ( use jabber && use ssl ) || use msn ); then
60
	if ( ( use jabber && use ssl ) || use msn ); then
57
		myconf="${myconf} --ssl=gnutls"
61
		if use gnutls; then
62
			myconf="${myconf} --ssl=gnutls"
63
		else
64
			myconf="${myconf} --ssl=openssl"
65
		fi
58
	else
66
	else
59
		myconf="${myconf} --ssl=bogus"
67
		myconf="${myconf} --ssl=bogus"
60
	fi
68
	fi

Return to bug 74367