|
Lines 11-17
Link Here
|
| 11 |
LICENSE="GPL-2" |
11 |
LICENSE="GPL-2" |
| 12 |
SLOT="0" |
12 |
SLOT="0" |
| 13 |
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" |
13 |
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" |
| 14 |
IUSE="nls perl spell nas cjk gnutls silc eds debug" |
14 |
IUSE="nls perl spell nas cjk gnutls silc eds krb4 debug" |
| 15 |
|
15 |
|
| 16 |
DEPEND=">=x11-libs/gtk+-2.0 |
16 |
DEPEND=">=x11-libs/gtk+-2.0 |
| 17 |
>=dev-libs/glib-2.0 |
17 |
>=dev-libs/glib-2.0 |
|
Lines 26-32
Link Here
|
| 26 |
gnutls? ( net-libs/gnutls ) |
26 |
gnutls? ( net-libs/gnutls ) |
| 27 |
!gnutls? ( >=dev-libs/nss-3.9.2-r2 ) |
27 |
!gnutls? ( >=dev-libs/nss-3.9.2-r2 ) |
| 28 |
silc? ( >=net-im/silc-toolkit-0.9.12-r3 ) |
28 |
silc? ( >=net-im/silc-toolkit-0.9.12-r3 ) |
| 29 |
eds? ( gnome-extra/evolution-data-server )" |
29 |
eds? ( gnome-extra/evolution-data-server ) |
|
|
30 |
krb4? ( >=app-crypt/mit-krb5-1.3.6-r1 )" |
| 30 |
|
31 |
|
| 31 |
# List of plugins |
32 |
# List of plugins |
| 32 |
# app-accessibility/festival-gaim |
33 |
# app-accessibility/festival-gaim |
|
Lines 87-92
Link Here
|
| 87 |
[ "`gcc-version`" == "3.2" ] && filter-flags -msse2 |
88 |
[ "`gcc-version`" == "3.2" ] && filter-flags -msse2 |
| 88 |
|
89 |
|
| 89 |
local myconf |
90 |
local myconf |
|
|
91 |
use krb4 && myconf="${myconf} --with-krb4" |
| 90 |
use debug && myconf="${myconf} --enable-debug" |
92 |
use debug && myconf="${myconf} --enable-debug" |
| 91 |
use perl || myconf="${myconf} --disable-perl" |
93 |
use perl || myconf="${myconf} --disable-perl" |
| 92 |
use spell || myconf="${myconf} --disable-gtkspell" |
94 |
use spell || myconf="${myconf} --disable-gtkspell" |