diff options
author | 2008-01-22 08:25:52 +0000 | |
---|---|---|
committer | 2008-01-22 08:25:52 +0000 | |
commit | 1a7b6a62fc518f0ce293b362c27399442cf50b90 (patch) | |
tree | 3c6821d7785624a77b89be64b5ac00ab710b4ff9 /net-misc | |
parent | Stable for HPPA too. Fixed quoting issues. (diff) | |
download | historical-1a7b6a62fc518f0ce293b362c27399442cf50b90.tar.gz historical-1a7b6a62fc518f0ce293b362c27399442cf50b90.tar.bz2 historical-1a7b6a62fc518f0ce293b362c27399442cf50b90.zip |
Stable for HPPA (maybe bug #202891).
Package-Manager: portage-2.1.4
Diffstat (limited to 'net-misc')
-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" |