diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-16 06:10:12 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-16 06:10:12 +0000 |
commit | ca91ee340420a2448e1a17ce3c26eaaa22e9278e (patch) | |
tree | 88e3d83b8c12a8fbfb077a10ae5f1067185ae337 /net-misc/curl | |
parent | fix libtool version mismatch, closes bug 74264 (Manifest recommit) (diff) | |
download | gentoo-2-ca91ee340420a2448e1a17ce3c26eaaa22e9278e.tar.gz gentoo-2-ca91ee340420a2448e1a17ce3c26eaaa22e9278e.tar.bz2 gentoo-2-ca91ee340420a2448e1a17ce3c26eaaa22e9278e.zip |
Stable on amd64.
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/curl-7.12.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index a1ecbd120193..61f35a0b4cb1 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.17 2004/11/03 14:48:15 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.18 2004/12/16 06:09:01 absinthe Exp $ + + 16 Dec 2004; Dylan Carlson <absinthe@gentoo.org> curl-7.12.0-r2.ebuild: + Stable on amd64. 03 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> curl-7.12.0-r2.ebuild: Stable on sparc diff --git a/net-misc/curl/curl-7.12.0-r2.ebuild b/net-misc/curl/curl-7.12.0-r2.ebuild index 10398b1f311c..9f93dd44fd09 100644 --- a/net-misc/curl/curl-7.12.0-r2.ebuild +++ b/net-misc/curl/curl-7.12.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.12.0-r2.ebuild,v 1.6 2004/11/03 14:48:15 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.12.0-r2.ebuild,v 1.7 2004/12/16 06:09:01 absinthe Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -12,7 +12,7 @@ SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT X11" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~mips alpha ~arm ~hppa ~amd64 ~ppc64 ~s390" +KEYWORDS="x86 ~ppc sparc ~mips alpha ~arm ~hppa amd64 ~ppc64 ~s390" IUSE="ssl ipv6 ldap" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6a ) |