diff options
Diffstat (limited to 'net-ftp/curl/curl-7.9.7.ebuild')
-rw-r--r-- | net-ftp/curl/curl-7.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/curl/curl-7.9.7.ebuild b/net-ftp/curl/curl-7.9.7.ebuild index f626b7fa384b..62e50cdacfd7 100644 --- a/net-ftp/curl/curl-7.9.7.ebuild +++ b/net-ftp/curl/curl-7.9.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.9.7.ebuild,v 1.12 2003/02/13 14:03:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.9.7.ebuild,v 1.13 2003/02/28 16:55:00 liquidx Exp $ DESCRIPTION="A Client that groks URLs" SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" HOMEPAGE="http://curl.haxx.se" SLOT="0" -LICENSE="MPL X11" +LICENSE="MIT X11" KEYWORDS="x86 ppc sparc " IUSE="ssl" |