From e6c9a396cc75936c6888093bf28c204429e9d4f4 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 22 Jan 2007 07:47:24 +0000 Subject: Add missing elibtoolize call. (Portage version: 2.1.2-r1) --- app-i18n/anthy/ChangeLog | 7 +++++-- app-i18n/anthy/anthy-8300.ebuild | 7 ++++--- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'app-i18n/anthy') diff --git a/app-i18n/anthy/ChangeLog b/app-i18n/anthy/ChangeLog index 0129d3cc62da..cf5b02910b6c 100644 --- a/app-i18n/anthy/ChangeLog +++ b/app-i18n/anthy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/anthy -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.90 2006/12/05 22:40:31 jer Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.91 2007/01/22 07:47:24 flameeyes Exp $ + + 22 Jan 2007; Diego Pettenò anthy-8300.ebuild: + Add missing elibtoolize call. 05 Dec 2006; Jeroen Roovers anthy-7900.ebuild: Stable for HPPA (bug #156872). diff --git a/app-i18n/anthy/anthy-8300.ebuild b/app-i18n/anthy/anthy-8300.ebuild index b43849574e79..1b2665e2218f 100644 --- a/app-i18n/anthy/anthy-8300.ebuild +++ b/app-i18n/anthy/anthy-8300.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-8300.ebuild,v 1.1 2006/11/10 09:37:08 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-8300.ebuild,v 1.2 2007/01/22 07:47:24 flameeyes Exp $ -inherit elisp-common eutils +inherit elisp-common eutils libtool IUSE="emacs ucs4" @@ -30,6 +30,7 @@ src_unpack() { mkworddic/dict.args.in fi + elibtoolize } src_compile() { -- cgit v1.2.3-65-gdbad