diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-03 16:29:41 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-03 16:29:41 +0000 |
commit | 11ca93a493e6a830ccd40a170f6875ad3d38fcbd (patch) | |
tree | 9995885b4ee7c01ea87bdc77cb0e4614982632ff /net-proxy | |
parent | tidy (diff) | |
download | gentoo-2-11ca93a493e6a830ccd40a170f6875ad3d38fcbd.tar.gz gentoo-2-11ca93a493e6a830ccd40a170f6875ad3d38fcbd.tar.bz2 gentoo-2-11ca93a493e6a830ccd40a170f6875ad3d38fcbd.zip |
Come back to using eautoreconf, it works fine with libtool-2 and 3.1.9.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/squid/ChangeLog | 5 | ||||
-rw-r--r-- | net-proxy/squid/squid-3.1.9.ebuild | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net-proxy/squid/ChangeLog b/net-proxy/squid/ChangeLog index 949374a340a6..72b1744ff0e9 100644 --- a/net-proxy/squid/ChangeLog +++ b/net-proxy/squid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/squid # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.317 2010/11/27 12:57:05 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/ChangeLog,v 1.318 2010/12/03 16:29:41 flameeyes Exp $ + + 03 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> squid-3.1.9.ebuild: + Come back to using eautoreconf, it works fine with libtool-2 and 3.1.9. *squid-3.1.9 (27 Nov 2010) diff --git a/net-proxy/squid/squid-3.1.9.ebuild b/net-proxy/squid/squid-3.1.9.ebuild index 1ded19c20fe6..518fb4387401 100644 --- a/net-proxy/squid/squid-3.1.9.ebuild +++ b/net-proxy/squid/squid-3.1.9.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.1.9.ebuild,v 1.1 2010/11/27 12:57:05 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-3.1.9.ebuild,v 1.2 2010/12/03 16:29:41 flameeyes Exp $ EAPI="2" -inherit eutils pam toolchain-funcs +inherit eutils pam toolchain-funcs autotools DESCRIPTION="A full-featured web proxy cache" HOMEPAGE="http://www.squid-cache.org/" @@ -33,9 +33,6 @@ COMMON_DEPEND="caps? ( >=sys-libs/libcap-2.16 ) >=sys-libs/db-4 dev-lang/perl" DEPEND="${COMMON_DEPEND} - sys-devel/automake - sys-devel/autoconf - sys-devel/libtool sys-apps/ed test? ( dev-util/cppunit )" RDEPEND="${COMMON_DEPEND} @@ -69,8 +66,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-qafixes.patch epatch "${FILESDIR}"/${P}-libmd5.patch - # eautoreconf breaks lib/libLtdl/libtool script - ./bootstrap.sh || die "autoreconf failed" + eautoreconf } src_configure() { |