diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-09-13 21:45:53 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-09-13 21:45:53 +0000 |
commit | 6d692d0b0a280042cbc706f26d35e6e21ddb13c0 (patch) | |
tree | a4d7dba2511b4491a3258a922dd3ae1cdc0f7a0c /app-text/wv | |
parent | Use python_gen_cond_dep and python_gen_usedep. This guarantees clean upgrade ... (diff) | |
download | gentoo-2-6d692d0b0a280042cbc706f26d35e6e21ddb13c0.tar.gz gentoo-2-6d692d0b0a280042cbc706f26d35e6e21ddb13c0.tar.bz2 gentoo-2-6d692d0b0a280042cbc706f26d35e6e21ddb13c0.zip |
Automake-1.13 fix, bug #467620
(Portage version: 2.2.2/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-text/wv')
-rw-r--r-- | app-text/wv/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wv/wv-1.2.9-r1.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-text/wv/ChangeLog b/app-text/wv/ChangeLog index 24c9af872b01..c4a340ad97bf 100644 --- a/app-text/wv/ChangeLog +++ b/app-text/wv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wv/ChangeLog,v 1.69 2013/03/05 23:06:33 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv/ChangeLog,v 1.70 2013/09/13 21:45:53 eva Exp $ + + 13 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org> wv-1.2.9-r1.ebuild: + Automake-1.13 fix, bug #467620 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -wv-1.2.3-r1.ebuild, -wv-1.2.7.ebuild, -wv-1.2.9.ebuild: diff --git a/app-text/wv/wv-1.2.9-r1.ebuild b/app-text/wv/wv-1.2.9-r1.ebuild index 6da8cc6df39a..568c9fab0443 100644 --- a/app-text/wv/wv-1.2.9-r1.ebuild +++ b/app-text/wv/wv-1.2.9-r1.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/wv/wv-1.2.9-r1.ebuild,v 1.13 2012/06/04 04:08:31 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-1.2.9-r1.ebuild,v 1.14 2013/09/13 21:45:53 eva Exp $ EAPI="3" @@ -32,6 +32,10 @@ src_prepare() { sed -i -e '/SUBDIRS/d' GNUmakefile.am || die sed -i -e '/\/GNUmakefile/d' configure.ac || die sed -i -e '/wv[[:upper:]]/d' configure.ac || die + + # automake-1.13 fix, bug #467620 + sed -i -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.ac || die + eautoreconf fi } |