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

(-)gaim-0.79-r1.ebuild (-1 / +3 lines)
Lines 5-11 Link Here
5
inherit flag-o-matic eutils gcc
5
inherit flag-o-matic eutils gcc
6
use debug && inherit debug
6
use debug && inherit debug
7
7
8
IUSE="nls perl spell nas debug crypt cjk gnutls silc evo"
8
IUSE="nls perl spell nas debug crypt cjk gnutls silc evo krb4"
9
9
10
DESCRIPTION="GTK Instant Messenger client"
10
DESCRIPTION="GTK Instant Messenger client"
11
HOMEPAGE="http://gaim.sourceforge.net/"
11
HOMEPAGE="http://gaim.sourceforge.net/"
Lines 25-30 Link Here
25
			!<dev-perl/ExtUtils-MakeMaker-6.17 )
25
			!<dev-perl/ExtUtils-MakeMaker-6.17 )
26
	spell? ( >=app-text/gtkspell-2.0.2 )
26
	spell? ( >=app-text/gtkspell-2.0.2 )
27
	dev-libs/nss
27
	dev-libs/nss
28
	krb4? ( app-crypt/mit-krb5 )
28
	gnutls? ( net-libs/gnutls )
29
	gnutls? ( net-libs/gnutls )
29
	!mips? (
30
	!mips? (
30
		!ia64? ( evo? ( mail-client/evolution ) )
31
		!ia64? ( evo? ( mail-client/evolution ) )
Lines 76-81 Link Here
76
	use nls  || myconf="${myconf} --disable-nls"
77
	use nls  || myconf="${myconf} --disable-nls"
77
	use nas && myconf="${myconf} --enable-nas" || myconf="${myconf} --disable-nas"
78
	use nas && myconf="${myconf} --enable-nas" || myconf="${myconf} --disable-nas"
78
	use evo || myconf="${myconf} --disable-gevolution"
79
	use evo || myconf="${myconf} --disable-gevolution"
80
	use krb4 && myconf="${myconf} --with-krb4=/usr"
79
81
80
	if use gnutls ; then
82
	if use gnutls ; then
81
		myconf="${myconf} --with-gnutls-includes=/usr/include/gnutls"
83
		myconf="${myconf} --with-gnutls-includes=/usr/include/gnutls"

Return to bug 55710