diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-01-22 08:25:52 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-01-22 08:25:52 +0000 |
commit | 9365b3f07cfb12afed4a5a99c635109346b6da2d (patch) | |
tree | 799dc51b8cc1d4f6282d9b4c2fcd30e8bf6feda4 /net-misc/curl | |
parent | Stable for HPPA too. Fixed quoting issues. (diff) | |
download | gentoo-2-9365b3f07cfb12afed4a5a99c635109346b6da2d.tar.gz gentoo-2-9365b3f07cfb12afed4a5a99c635109346b6da2d.tar.bz2 gentoo-2-9365b3f07cfb12afed4a5a99c635109346b6da2d.zip |
Stable for HPPA (maybe bug #202891).
(Portage version: 2.1.4)
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/curl/curl-7.17.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 0b6aa9d5505f..70b071f50109 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.110 2007/12/26 17:01:01 cardoe Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.111 2008/01/22 08:25:52 jer Exp $ + + 22 Jan 2008; Jeroen Roovers <jer@gentoo.org> curl-7.17.1.ebuild: + Stable for HPPA (maybe bug #202891). 26 Dec 2007; Doug Klima <cardoe@gentoo.org> curl-7.17.1.ebuild: amd64 stable wrt bug#202891 diff --git a/net-misc/curl/curl-7.17.1.ebuild b/net-misc/curl/curl-7.17.1.ebuild index 2fbcfe11103e..e26ee65b55cd 100644 --- a/net-misc/curl/curl-7.17.1.ebuild +++ b/net-misc/curl/curl-7.17.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.17.1.ebuild,v 1.2 2007/12/26 17:01:01 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.17.1.ebuild,v 1.3 2008/01/22 08:25:52 jer Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -14,7 +14,7 @@ SRC_URI="http://curl.planetmirror.com/download/${P}.tar.bz2" LICENSE="MIT X11" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="ssl ipv6 ldap ares gnutls nss idn kerberos test" #IUSE="ssl ipv6 ldap ares gnutls libssh2 nss idn kerberos test" |