diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-02 04:13:35 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-02 04:13:35 +0000 |
commit | 9cf7630a04c6151baaea338f3d9d9593b0ece2f3 (patch) | |
tree | 8bacbe5386f66d21e758603d99434df8ab2862a1 /www-misc | |
parent | Bump (diff) | |
download | gentoo-2-9cf7630a04c6151baaea338f3d9d9593b0ece2f3.tar.gz gentoo-2-9cf7630a04c6151baaea338f3d9d9593b0ece2f3.tar.bz2 gentoo-2-9cf7630a04c6151baaea338f3d9d9593b0ece2f3.zip |
Automake 1.13 fix
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/htdig/ChangeLog | 7 | ||||
-rw-r--r-- | www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www-misc/htdig/ChangeLog b/www-misc/htdig/ChangeLog index 2b0ccc77ce8f..f6bc625e7142 100644 --- a/www-misc/htdig/ChangeLog +++ b/www-misc/htdig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-misc/htdig -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.46 2012/05/17 13:24:02 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.47 2013/05/02 04:13:35 patrick Exp $ + + 02 May 2013; Patrick Lauer <patrick@gentoo.org> htdig-3.2.0_beta6-r3.ebuild: + Automake 1.13 fix 17 May 2012; Alexis Ballier <aballier@gentoo.org> htdig-3.2.0_beta6-r3.ebuild: diff --git a/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild b/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild index ac8ba098a761..c897163bc8c6 100644 --- a/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild +++ b/www-misc/htdig/htdig-3.2.0_beta6-r3.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/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.11 2012/05/17 13:24:02 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.12 2013/05/02 04:13:35 patrick Exp $ inherit eutils autotools @@ -27,6 +27,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-gcc4.patch epatch "${FILESDIR}"/${P}-as-needed.patch epatch "${FILESDIR}"/${P}-quoting.patch + sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in db/configure.in || die eautoreconf } |