From c16e031065c83a050b5fa0234c4ee090c24c59fd Mon Sep 17 00:00:00 2001 From: Jeremy Olexa Date: Wed, 18 Jun 2008 02:06:21 +0000 Subject: autoconf -> eautoreconf. bug #226597 (Portage version: 2.1.4.4) --- net-dns/hesiod/ChangeLog | 5 ++++- net-dns/hesiod/hesiod-3.0.2-r2.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'net-dns') diff --git a/net-dns/hesiod/ChangeLog b/net-dns/hesiod/ChangeLog index f9bc3b5ddaf9..fcf833b35b2a 100644 --- a/net-dns/hesiod/ChangeLog +++ b/net-dns/hesiod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/hesiod # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.34 2008/03/07 16:27:34 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.35 2008/06/18 02:06:21 darkside Exp $ + + 18 Jun 2008; Jeremy Olexa hesiod-3.0.2-r2.ebuild: + autoconf -> eautoreconf. bug #226597 07 Mar 2008; Steve Dibb hesiod-3.0.2-r2.ebuild: amd64 stable, bug 206904 diff --git a/net-dns/hesiod/hesiod-3.0.2-r2.ebuild b/net-dns/hesiod/hesiod-3.0.2-r2.ebuild index c76db3b13cfe..98b1b2e759fd 100644 --- a/net-dns/hesiod/hesiod-3.0.2-r2.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r2.ebuild,v 1.13 2008/03/07 16:27:34 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r2.ebuild,v 1.14 2008/06/18 02:06:21 darkside Exp $ -inherit flag-o-matic eutils +inherit flag-o-matic eutils autotools DESCRIPTION="system which uses existing DNS functionality to provide access to databases of information that changes infrequently" HOMEPAGE="ftp://athena-dist.mit.edu/pub/ATHENA/hesiod" @@ -21,7 +21,7 @@ src_unpack() { #Patches stolen from RH epatch "${FILESDIR}"/hesiod-${PV}-redhat.patch - autoconf || die "autoconf failed" + eautoreconf || die "eautoreconf failed" for manpage in *.3 do -- cgit v1.2.3-65-gdbad