diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-08-05 16:06:23 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-08-05 16:06:23 +0000 |
commit | b83877c72a87c70c30408f70a2aabb8c622cb070 (patch) | |
tree | a5f2c662863e70fc478893f9f2c61ff619fe5c17 /net-misc/curl | |
parent | Version bumped. This contains updated rules and a slightly improved modprobe-... (diff) | |
download | gentoo-2-b83877c72a87c70c30408f70a2aabb8c622cb070.tar.gz gentoo-2-b83877c72a87c70c30408f70a2aabb8c622cb070.tar.bz2 gentoo-2-b83877c72a87c70c30408f70a2aabb8c622cb070.zip |
Stable for HPPA (bug #187731).
(Portage version: 2.1.3.3)
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 05450cfeb1f7..dbb299d603e7 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.94 2007/07/28 04:11:43 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.95 2007/08/05 16:06:23 jer Exp $ + + 05 Aug 2007; Jeroen Roovers <jer@gentoo.org> curl-7.16.4.ebuild: + Stable for HPPA (bug #187731). 28 Jul 2007; Steve Dibb <beandog@gentoo.org> curl-7.15.5-r1.ebuild: amd64 stable, security bug 184934 diff --git a/net-misc/curl/curl-7.16.4.ebuild b/net-misc/curl/curl-7.16.4.ebuild index 6a2fc2dd9003..c07f13e64cd9 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.2 2007/07/12 02:52:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.16.4.ebuild,v 1.3 2007/08/05 16:06:23 jer 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 ) |