Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 47414 | Differences between
and this patch

Collapse All | Expand All

(-)gaim-0.76.ebuild (-1 / +2 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"
8
IUSE="nls perl spell nas debug crypt cjk"
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 49-54 Link Here
49
	cd ${S}
49
	cd ${S}
50
	cp ${FILESDIR}/gevolution.h plugins/gevolution/
50
	cp ${FILESDIR}/gevolution.h plugins/gevolution/
51
	epatch ${FILESDIR}/gaim-0.76-spellchk.diff
51
	epatch ${FILESDIR}/gaim-0.76-spellchk.diff
52
	use cjk && epatch ${FILESDIR}/gaim-0.76-xinput.patch
52
}
53
}
53
54
54
src_compile() {
55
src_compile() {

Return to bug 47414