diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-29 05:08:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-29 05:08:21 +0000 |
commit | 916337e190788a872b344ea45f475b94082aa686 (patch) | |
tree | 6431df15e1f81a00a225eabbcb957fa6aaeff71a /net-ftp | |
parent | stable on alpha and ia64 (Manifest recommit) (diff) | |
download | gentoo-2-916337e190788a872b344ea45f475b94082aa686.tar.gz gentoo-2-916337e190788a872b344ea45f475b94082aa686.tar.bz2 gentoo-2-916337e190788a872b344ea45f475b94082aa686.zip |
stable on alpha and ia64
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/curl/curl-7.10.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/curl/ChangeLog b/net-ftp/curl/ChangeLog index 0e0e4c88c7c4..c5a4133c1bd2 100644 --- a/net-ftp/curl/ChangeLog +++ b/net-ftp/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/curl # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/ChangeLog,v 1.25 2004/01/16 09:53:05 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/ChangeLog,v 1.26 2004/01/29 05:04:11 agriffis Exp $ + + 29 Jan 2004; Aron Griffis <agriffis@gentoo.org> curl-7.10.7.ebuild: + stable on alpha and ia64 *curl-7.10.8-r1 (16 Jan 2004) diff --git a/net-ftp/curl/curl-7.10.7.ebuild b/net-ftp/curl/curl-7.10.7.ebuild index a3b7c6c4fb6d..5641b20fbafb 100644 --- a/net-ftp/curl/curl-7.10.7.ebuild +++ b/net-ftp/curl/curl-7.10.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.10.7.ebuild,v 1.4 2004/01/09 20:54:25 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.10.7.ebuild,v 1.5 2004/01/29 05:04:11 agriffis Exp $ DESCRIPTION="A Client that groks URLs" SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" @@ -8,7 +8,7 @@ HOMEPAGE="http://curl.haxx.se/" SLOT="0" LICENSE="MIT X11" -KEYWORDS="x86 ~ppc sparc ~alpha hppa ~amd64" +KEYWORDS="x86 ~ppc sparc alpha hppa ~amd64 ia64" IUSE="ssl ipv6 ldap" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6a ) |