From a051d629c750bc69ba93185b84e8f3a1f4c8173e Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Wed, 24 Jul 2013 02:34:53 +0000 Subject: Fix building with automake-1.13 (bug #467612). (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key A792A613) --- app-text/sablotron/ChangeLog | 5 ++++- app-text/sablotron/sablotron-1.0.3.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'app-text/sablotron') diff --git a/app-text/sablotron/ChangeLog b/app-text/sablotron/ChangeLog index 051370024893..73db6dd49e95 100644 --- a/app-text/sablotron/ChangeLog +++ b/app-text/sablotron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sablotron # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.70 2013/07/21 10:08:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.71 2013/07/24 02:34:53 jer Exp $ + + 24 Jul 2013; Jeroen Roovers sablotron-1.0.3.ebuild: + Fix building with automake-1.13 (bug #467612). 21 Jul 2013; Pacho Ramos metadata.xml: Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers- diff --git a/app-text/sablotron/sablotron-1.0.3.ebuild b/app-text/sablotron/sablotron-1.0.3.ebuild index ed10e6c3a7e7..42b7b3ba6599 100644 --- a/app-text/sablotron/sablotron-1.0.3.ebuild +++ b/app-text/sablotron/sablotron-1.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/sablotron/sablotron-1.0.3.ebuild,v 1.14 2010/05/25 15:33:20 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.3.ebuild,v 1.15 2013/07/24 02:34:53 jer Exp $ EAPI="3" @@ -28,6 +28,7 @@ PATCHES=( "${FILESDIR}/1.0.3-libsablot-expat.patch" ) src_prepare() { base_src_prepare + sed -i configure.in -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die eautoreconf elibtoolize } -- cgit v1.2.3-65-gdbad