diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-07-17 23:23:50 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-07-17 23:23:50 +0000 |
commit | d06e16875b742b426f1b0aa754e9c9775671582f (patch) | |
tree | e487a94887176bf9adff632f47cbe5f9fbbcc816 /net-misc | |
parent | ~x86-fbsd, by request (diff) | |
download | gentoo-2-d06e16875b742b426f1b0aa754e9c9775671582f.tar.gz gentoo-2-d06e16875b742b426f1b0aa754e9c9775671582f.tar.bz2 gentoo-2-d06e16875b742b426f1b0aa754e9c9775671582f.zip |
fix stupid typo(#140806)
(Portage version: 2.1-r1)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/curl-7.15.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 466b7abd35d1..4f0f9bb4a335 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.75 2006/07/17 11:42:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.76 2006/07/17 23:23:50 liquidx Exp $ + + 17 Jul 2006; Alastair Tse <liquidx@gentoo.org> curl-7.15.1-r1.ebuild: + fix stupid typo *curl-7.15.4 (17 Jul 2006) diff --git a/net-misc/curl/curl-7.15.1-r1.ebuild b/net-misc/curl/curl-7.15.1-r1.ebuild index e99156158cd9..03e414584ff7 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 # 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.6 2006/07/17 11:42:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.15.1-r1.ebuild,v 1.7 2006/07/17 23:23:50 liquidx Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -34,7 +34,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/curl-7.15-libtftp.patch - epatch ${FILESDIR}/curl-7.15-test46.patch + epatch ${FILESDIR}/curl-7.15.1-test46.patch } src_compile() { |