diff options
author | Robert Buchholz <rbu@gentoo.org> | 2009-08-20 11:42:38 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2009-08-20 11:42:38 +0000 |
commit | e9004ccd9ad9945d80c30bbda5e7e53d943d367f (patch) | |
tree | 51bbf35c35fbadeee0dd77b6b505a2407fb1c267 /net-misc/radvd/radvd-1.1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-e9004ccd9ad9945d80c30bbda5e7e53d943d367f.tar.gz gentoo-2-e9004ccd9ad9945d80c30bbda5e7e53d943d367f.tar.bz2 gentoo-2-e9004ccd9ad9945d80c30bbda5e7e53d943d367f.zip |
Change to eautoreconf in stable as well, bug 270752.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/radvd/radvd-1.1.ebuild')
-rw-r--r-- | net-misc/radvd/radvd-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/radvd/radvd-1.1.ebuild b/net-misc/radvd/radvd-1.1.ebuild index 6165c4b1798a..aeebbf291f29 100644 --- a/net-misc/radvd/radvd-1.1.ebuild +++ b/net-misc/radvd/radvd-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-1.1.ebuild,v 1.8 2009/03/18 06:57:03 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-1.1.ebuild,v 1.9 2009/08/20 11:42:38 rbu Exp $ inherit eutils autotools @@ -30,7 +30,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PN}-1.1-gnu-source.patch epatch "${FILESDIR}"/${PN}-1.1-parallel-make.patch - eautomake + eautoreconf } src_compile() { |