diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-22 07:47:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-22 07:47:24 +0000 |
commit | e6c9a396cc75936c6888093bf28c204429e9d4f4 (patch) | |
tree | fc0c246d226cf164139425ed8633e1e04908e6ad /app-i18n | |
parent | version bump (diff) | |
download | gentoo-2-e6c9a396cc75936c6888093bf28c204429e9d4f4.tar.gz gentoo-2-e6c9a396cc75936c6888093bf28c204429e9d4f4.tar.bz2 gentoo-2-e6c9a396cc75936c6888093bf28c204429e9d4f4.zip |
Add missing elibtoolize call.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/anthy/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/anthy/anthy-8300.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
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ò <flameeyes@gentoo.org> anthy-8300.ebuild: + Add missing elibtoolize call. 05 Dec 2006; Jeroen Roovers <jer@gentoo.org> 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() { |