summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2007-02-11 04:07:13 +0000
committerDaniel Black <dragonheart@gentoo.org>2007-02-11 04:07:13 +0000
commit343f9bc453992dca069cbb5f7926c7b76cc6863b (patch)
tree9ac95504bf61902836e8f08b93d8a958e9b03443 /net-misc/curl/curl-7.15.5.ebuild
parentStable on ppc; bug #156155. (diff)
downloadgentoo-2-343f9bc453992dca069cbb5f7926c7b76cc6863b.tar.gz
gentoo-2-343f9bc453992dca069cbb5f7926c7b76cc6863b.tar.bz2
gentoo-2-343f9bc453992dca069cbb5f7926c7b76cc6863b.zip
fix test case 62 as per bug #166289. version bump to 7.16.1 (still masked due to ABI breakages)
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-misc/curl/curl-7.15.5.ebuild')
-rw-r--r--net-misc/curl/curl-7.15.5.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/curl/curl-7.15.5.ebuild b/net-misc/curl/curl-7.15.5.ebuild
index e090d8762643..81efa244a53e 100644
--- a/net-misc/curl/curl-7.15.5.ebuild
+++ b/net-misc/curl/curl-7.15.5.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.5.ebuild,v 1.2 2006/12/09 03:30:39 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.15.5.ebuild,v 1.3 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
}