From 238777badece4f5f7eff7892d54ca3acbc6d098f Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sat, 27 Apr 2013 08:28:54 +0000 Subject: Automake 1.13 fix (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit) --- app-text/teckit/ChangeLog | 8 +++++--- app-text/teckit/teckit-2.5.1.ebuild | 5 +++-- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'app-text') diff --git a/app-text/teckit/ChangeLog b/app-text/teckit/ChangeLog index 763696d47739..ef25ca8ce79c 100644 --- a/app-text/teckit/ChangeLog +++ b/app-text/teckit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/teckit -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/teckit/ChangeLog,v 1.23 2012/05/09 13:15:00 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/teckit/ChangeLog,v 1.24 2013/04/27 08:28:54 patrick Exp $ + + 27 Apr 2013; Patrick Lauer teckit-2.5.1.ebuild: + Automake 1.13 fix 09 May 2012; Alexis Ballier teckit-2.5.1.ebuild: keyword ~amd64-fbsd @@ -75,4 +78,3 @@ +files/teckit-2.5.1-gcc43.patch, +files/teckit-2.5.1-rc.patch, +metadata.xml: Initial import, will be needed for TL 2009, ebuild by me - diff --git a/app-text/teckit/teckit-2.5.1.ebuild b/app-text/teckit/teckit-2.5.1.ebuild index 080295227439..3eee5c6a48c9 100644 --- a/app-text/teckit/teckit-2.5.1.ebuild +++ b/app-text/teckit/teckit-2.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/teckit/teckit-2.5.1.ebuild,v 1.23 2012/05/09 13:15:00 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/teckit/teckit-2.5.1.ebuild,v 1.24 2013/04/27 08:28:54 patrick Exp $ EAPI="2" @@ -27,6 +27,7 @@ src_prepare() { epatch "${FILESDIR}/${P}-gcc43.patch" epatch "${FILESDIR}/${P}-mixcflagscxxflags.patch" rm -f configure + sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die eautoreconf } -- cgit v1.2.3-65-gdbad