summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2010-07-02 13:34:48 +0000
committerDror Levin <spatz@gentoo.org>2010-07-02 13:34:48 +0000
commitf443a761eb1e77d23bc0e5e09f6b5d46cd64cb7b (patch)
tree07554e9bb46a41426295b691a4ab906a1dc39449 /net-misc/curl
parentDon't die on USE="ares threads", silently disable ares instead, bug 326611. (diff)
downloadgentoo-2-f443a761eb1e77d23bc0e5e09f6b5d46cd64cb7b.tar.gz
gentoo-2-f443a761eb1e77d23bc0e5e09f6b5d46cd64cb7b.tar.bz2
gentoo-2-f443a761eb1e77d23bc0e5e09f6b5d46cd64cb7b.zip
Oopsie, fix deps as well.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/curl')
-rw-r--r--net-misc/curl/curl-7.21.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/curl/curl-7.21.0.ebuild b/net-misc/curl/curl-7.21.0.ebuild
index bc9c240b3c9f..d22fff257b59 100644
--- a/net-misc/curl/curl-7.21.0.ebuild
+++ b/net-misc/curl/curl-7.21.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.0.ebuild,v 1.3 2010/07/02 13:33:38 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.0.ebuild,v 1.4 2010/07/02 13:34:48 spatz Exp $
# NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl!
@@ -27,7 +27,7 @@ RDEPEND="ldap? ( net-nds/openldap )
!gnutls? ( !nss? ( dev-libs/openssl ) )
)
idn? ( net-dns/libidn )
- ares? ( >=net-dns/c-ares-1.4.0 )
+ !threads? ( ares? ( >=net-dns/c-ares-1.4.0 ) )
kerberos? ( virtual/krb5 )
libssh2? ( >=net-libs/libssh2-0.16 )"