diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-08-07 12:44:46 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-08-07 12:44:46 +0000 |
commit | 897c665e60cba15a3109c167c4701bfd35e2b00b (patch) | |
tree | 34de157981884acb3d40d49337820e8692319995 /net-misc/curl | |
parent | Stable on sparc wrt #187730 (diff) | |
download | gentoo-2-897c665e60cba15a3109c167c4701bfd35e2b00b.tar.gz gentoo-2-897c665e60cba15a3109c167c4701bfd35e2b00b.tar.bz2 gentoo-2-897c665e60cba15a3109c167c4701bfd35e2b00b.zip |
Stable on sparc wrt #187731
(Portage version: 2.1.2.11)
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/curl-7.16.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 6cd700001e3c..f7f1dfb41b10 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.96 2007/08/06 03:48:49 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.97 2007/08/07 12:44:46 gustavoz Exp $ + + 07 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> curl-7.16.4.ebuild: + Stable on sparc wrt #187731 06 Aug 2007; Joshua Kinard <kumba@gentoo.org> curl-7.16.4.ebuild: Stable on mips, per #187731. diff --git a/net-misc/curl/curl-7.16.4.ebuild b/net-misc/curl/curl-7.16.4.ebuild index 1055803c29c5..191a45c92f27 100644 --- a/net-misc/curl/curl-7.16.4.ebuild +++ b/net-misc/curl/curl-7.16.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.16.4.ebuild,v 1.4 2007/08/06 03:48:49 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.16.4.ebuild,v 1.5 2007/08/07 12:44:46 gustavoz Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -14,7 +14,7 @@ SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT X11" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" IUSE="ssl ipv6 ldap ares gnutls nss idn kerberos test" RDEPEND="gnutls? ( net-libs/gnutls ) |