Gentoo Archives: gentoo-commits

From: "Dror Levin (spatz)" <spatz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/curl: curl-7.21.0.ebuild
Date: Fri, 02 Jul 2010 13:34:50
Message-Id: 20100702133448.EE7C42C621@corvid.gentoo.org
1 spatz 10/07/02 13:34:48
2
3 Modified: curl-7.21.0.ebuild
4 Log:
5 Oopsie, fix deps as well.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 net-misc/curl/curl-7.21.0.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.21.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.21.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.21.0.ebuild?r1=1.3&r2=1.4
14
15 Index: curl-7.21.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- curl-7.21.0.ebuild 2 Jul 2010 13:33:38 -0000 1.3
22 +++ curl-7.21.0.ebuild 2 Jul 2010 13:34:48 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.0.ebuild,v 1.3 2010/07/02 13:33:38 spatz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.0.ebuild,v 1.4 2010/07/02 13:34:48 spatz Exp $
28
29 # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl!
30
31 @@ -27,7 +27,7 @@
32 !gnutls? ( !nss? ( dev-libs/openssl ) )
33 )
34 idn? ( net-dns/libidn )
35 - ares? ( >=net-dns/c-ares-1.4.0 )
36 + !threads? ( ares? ( >=net-dns/c-ares-1.4.0 ) )
37 kerberos? ( virtual/krb5 )
38 libssh2? ( >=net-libs/libssh2-0.16 )"