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

Collapse All | Expand All

(-)/mnt/data/cvs/gentoo-x86/app-i18n/anthy/anthy-7900.ebuild (-1 / +6 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7900.ebuild,v 1.1 2006/07/12 12:53:50 hattya Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7900.ebuild,v 1.1 2006/07/12 12:53:50 hattya Exp $
4
4
5
inherit elisp-common eutils
5
inherit elisp-common eutils autotools
6
6
7
IUSE="emacs ucs4"
7
IUSE="emacs ucs4"
8
8
Lines 30-35 Link Here
30
			mkworddic/dict.args.in
30
			mkworddic/dict.args.in
31
	fi
31
	fi
32
32
33
	epatch "${FILESDIR}/${P}-asneeded.patch"
34
	eautomake
35
36
	elibtoolize
37
33
}
38
}
34
39
35
src_compile() {
40
src_compile() {

Return to bug 141561