diff options
Diffstat (limited to 'net-misc/curl/curl-7.20.0-r2.ebuild')
-rw-r--r-- | net-misc/curl/curl-7.20.0-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/curl/curl-7.20.0-r2.ebuild b/net-misc/curl/curl-7.20.0-r2.ebuild index 9ac3c5f5eed0..d5f859db73eb 100644 --- a/net-misc/curl/curl-7.20.0-r2.ebuild +++ b/net-misc/curl/curl-7.20.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.20.0-r2.ebuild,v 1.6 2010/07/03 14:09:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.20.0-r2.ebuild,v 1.7 2010/07/18 04:42:35 dragonheart Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -8,9 +8,8 @@ inherit multilib eutils #MY_P=${P/_pre/-} DESCRIPTION="A Client that groks URLs" -HOMEPAGE="http://curl.haxx.se/ http://curl.planetmirror.com" +HOMEPAGE="http://curl.haxx.se/" #SRC_URI="http://cool.haxx.se/curl-daily/${MY_P}.tar.bz2" -#SRC_URI="http://curl.planetmirror.com/download/${P}.tar.bz2" SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT" |