|
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 |