diff options
Diffstat (limited to 'net-proxy/privoxy/privoxy-3.0.17.ebuild')
-rw-r--r-- | net-proxy/privoxy/privoxy-3.0.17.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-proxy/privoxy/privoxy-3.0.17.ebuild b/net-proxy/privoxy/privoxy-3.0.17.ebuild index e5565fb0a40c..2890ef883a0c 100644 --- a/net-proxy/privoxy/privoxy-3.0.17.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.17.ebuild,v 1.7 2011/03/01 15:18:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.17.ebuild,v 1.8 2012/04/25 16:37:57 jlec Exp $ EAPI="2" @@ -36,7 +36,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch # autoreconf needs to be called even if we don't modify any autotools source files # See main makefile - eautoreconf || die "eautoreconf failed" + eautoreconf } src_configure() { |