diff options
Diffstat (limited to 'net-misc/curl/curl-7.15.1-r1.ebuild')
-rw-r--r-- | net-misc/curl/curl-7.15.1-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/curl/curl-7.15.1-r1.ebuild b/net-misc/curl/curl-7.15.1-r1.ebuild index a95b541306bc..67f3c3cae63f 100644 --- a/net-misc/curl/curl-7.15.1-r1.ebuild +++ b/net-misc/curl/curl-7.15.1-r1.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.15.1-r1.ebuild,v 1.9 2006/12/09 03:30:39 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.15.1-r1.ebuild,v 1.10 2007/02/11 04:07:12 dragonheart Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -32,9 +32,10 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch ${FILESDIR}/curl-7.15-libtftp.patch epatch ${FILESDIR}/curl-7.15.1-test46.patch + epatch ${FILESDIR}/curl-7.15.1-test62.patch } src_compile() { |