diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-07-21 08:11:48 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-07-21 08:11:48 +0000 |
commit | 1f48bcb24d41aaa4be1c15b3f38f0c9e76ec11f9 (patch) | |
tree | 60529405a3ade09763b1f2125c59d9bb842bcfb2 /net-misc | |
parent | Add systemd eclass support (bug #366113) (diff) | |
download | gentoo-2-1f48bcb24d41aaa4be1c15b3f38f0c9e76ec11f9.tar.gz gentoo-2-1f48bcb24d41aaa4be1c15b3f38f0c9e76ec11f9.tar.bz2 gentoo-2-1f48bcb24d41aaa4be1c15b3f38f0c9e76ec11f9.zip |
Bump c-ares dep to 1.6 (bug #369501)
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/curl-7.21.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index e47119cb1292..dadfecf0da33 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.185 2011/07/20 16:14:50 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.186 2011/07/21 08:11:48 angelos Exp $ + + 21 Jul 2011; Christoph Mende <angelos@gentoo.org> curl-7.21.7.ebuild: + Bump c-ares dep to 1.6 (bug #369501) *curl-7.21.7 (20 Jul 2011) diff --git a/net-misc/curl/curl-7.21.7.ebuild b/net-misc/curl/curl-7.21.7.ebuild index 9191618b100d..bc29b58f0246 100644 --- a/net-misc/curl/curl-7.21.7.ebuild +++ b/net-misc/curl/curl-7.21.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.7.ebuild,v 1.1 2011/07/20 16:14:51 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.7.ebuild,v 1.2 2011/07/21 08:11:48 angelos Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -24,7 +24,7 @@ RDEPEND="ldap? ( net-nds/openldap ) !gnutls? ( !nss? ( dev-libs/openssl ) ) ) idn? ( net-dns/libidn ) - ares? ( >=net-dns/c-ares-1.4.0 ) + ares? ( >=net-dns/c-ares-1.6 ) kerberos? ( virtual/krb5 ) libssh2? ( >=net-libs/libssh2-0.16 )" |