diff options
Diffstat (limited to 'app-i18n/anthy/anthy-7900.ebuild')
-rw-r--r-- | app-i18n/anthy/anthy-7900.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app-i18n/anthy/anthy-7900.ebuild b/app-i18n/anthy/anthy-7900.ebuild index 5ca2a4c91dbd..02e67e43eb15 100644 --- a/app-i18n/anthy/anthy-7900.ebuild +++ b/app-i18n/anthy/anthy-7900.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7900.ebuild,v 1.1 2006/07/12 12:53:50 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-7900.ebuild,v 1.2 2006/09/06 12:28:51 hattya Exp $ -inherit elisp-common eutils +inherit autotools elisp-common eutils IUSE="emacs ucs4" @@ -30,6 +30,11 @@ src_unpack() { mkworddic/dict.args.in fi + epatch "${FILESDIR}"/${P}-asneeded.diff + + eautomake + elibtoolize + } src_compile() { |