From fc5b8f8c809cc08363170ba0743e9277402bc545 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Tue, 16 Sep 2008 17:42:21 +0000 Subject: Fix build with newer intltool (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64) --- app-dicts/gjiten/ChangeLog | 5 ++++- app-dicts/gjiten/gjiten-2.6-r1.ebuild | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'app-dicts/gjiten') diff --git a/app-dicts/gjiten/ChangeLog b/app-dicts/gjiten/ChangeLog index f7ee8da87599..9021f9b9d083 100644 --- a/app-dicts/gjiten/ChangeLog +++ b/app-dicts/gjiten/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/gjiten # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.18 2008/05/14 16:37:30 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.19 2008/09/16 17:42:21 leio Exp $ + + 16 Sep 2008; Mart Raudsepp gjiten-2.6-r1.ebuild: + Fix build with newer intltool *gjiten-2.6-r1 (14 May 2008) diff --git a/app-dicts/gjiten/gjiten-2.6-r1.ebuild b/app-dicts/gjiten/gjiten-2.6-r1.ebuild index da17694935fc..06eb27da0a5f 100644 --- a/app-dicts/gjiten/gjiten-2.6-r1.ebuild +++ b/app-dicts/gjiten/gjiten-2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r1.ebuild,v 1.1 2008/05/14 16:37:30 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r1.ebuild,v 1.2 2008/09/16 17:42:21 leio Exp $ inherit autotools eutils gnome2 @@ -29,6 +29,7 @@ src_unpack() { gnome2_src_unpack cd "${S}" # bug #124631 + intltoolize --copy --automake --force || die "intltoolize failed" AM_OPTS="--foreign" eautoreconf } -- cgit v1.2.3-65-gdbad