diff options
Diffstat (limited to 'net-misc/curl/curl-7.16.0.ebuild')
-rw-r--r-- | net-misc/curl/curl-7.16.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/curl/curl-7.16.0.ebuild b/net-misc/curl/curl-7.16.0.ebuild index 5b5d9f0b6606..ba5d24153460 100644 --- a/net-misc/curl/curl-7.16.0.ebuild +++ b/net-misc/curl/curl-7.16.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.16.0.ebuild,v 1.1 2006/12/09 03:30:39 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.16.0.ebuild,v 1.2 2007/02/11 04:07:12 dragonheart Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -34,6 +34,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch ${FILESDIR}/${PN}-7.15-strip-ldflags.patch + epatch ${FILESDIR}/curl-7.15.1-test62.patch elibtoolize } |