summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-02-20 13:19:17 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-02-20 13:19:17 +0000
commitc6df182b7de4c5d73c9c11ef9e007c33a90c0ef5 (patch)
treeca97eb684c6d89b864092565e140e6b8172e6592 /net-misc
parentFix tests in the presence of Rails 3. (diff)
downloadgentoo-2-c6df182b7de4c5d73c9c11ef9e007c33a90c0ef5.tar.gz
gentoo-2-c6df182b7de4c5d73c9c11ef9e007c33a90c0ef5.tar.bz2
gentoo-2-c6df182b7de4c5d73c9c11ef9e007c33a90c0ef5.zip
Update REQUIRED_USE to allow disabling of both ares and threads useflag. Thanks to Brian for hint.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/curl/ChangeLog6
-rw-r--r--net-misc/curl/curl-7.21.4.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog
index 0d6ce553113b..df4a35734587 100644
--- a/net-misc/curl/ChangeLog
+++ b/net-misc/curl/ChangeLog
@@ -1,6 +1,10 @@
# 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.171 2011/02/19 17:23:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.172 2011/02/20 13:19:17 scarabeus Exp $
+
+ 20 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> curl-7.21.4.ebuild:
+ Update REQUIRED_USE to allow disabling of both ares and threads useflag.
+ Thanks to Brian for hint.
*curl-7.21.4 (19 Feb 2011)
*curl-7.21.3-r1 (19 Feb 2011)
diff --git a/net-misc/curl/curl-7.21.4.ebuild b/net-misc/curl/curl-7.21.4.ebuild
index 317d2614aad7..7d52d458358a 100644
--- a/net-misc/curl/curl-7.21.4.ebuild
+++ b/net-misc/curl/curl-7.21.4.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.4.ebuild,v 1.1 2011/02/19 17:23:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.4.ebuild,v 1.2 2011/02/20 13:19:17 scarabeus Exp $
# NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl!
@@ -39,9 +39,9 @@ DEPEND="${RDEPEND}
)"
# used - but can do without in self test: net-misc/stunnel
-# ares must be disabled for threads
+# ares must be disabled for threads and both can be disabled
# one can use wether gnutls or nss if ssl is enabled
-REQUIRED_USE="^^ ( ares threads )
+REQUIRED_USE="^^ ( ares threads ( !ares !threads ) )
gnutls? ( ssl )
nss? ( ssl )"