diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-16 21:47:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-16 21:47:43 +0000 |
commit | 80ac97695ea2f7956b86d31e5d127b8438da4945 (patch) | |
tree | 065c3e02fdbb76ee648443d2a12ae43e74ae1462 /profiles | |
parent | Rework local USE flags wrt USE=ssl #297096 by Leif Walsh. (diff) | |
download | gentoo-2-80ac97695ea2f7956b86d31e5d127b8438da4945.tar.gz gentoo-2-80ac97695ea2f7956b86d31e5d127b8438da4945.tar.bz2 gentoo-2-80ac97695ea2f7956b86d31e5d127b8438da4945.zip |
Automated update of use.local.desc
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index be3aecbbfda5..81f0e8abf555 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -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/profiles/use.local.desc,v 1.5406 2010/03/16 21:27:43 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5407 2010/03/16 21:47:43 robbat2 Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. # Keep it sorted (use "LC_ALL=C sort -t: -k1,1 -k2 | LC_ALL=C sort -s -t/ -k1,1") @@ -2617,10 +2617,11 @@ net-misc/connman:resolvconf - Use net-dns/openresolv for managing DNS informatio net-misc/connman:tools - Enable testing tools. net-misc/connman:udev - Enable udev support. net-misc/curl:ares - Enabled c-ares dns support -net-misc/curl:gnutls - Use gnutls as the crypto engine +net-misc/curl:gnutls - Prefer gnutls over nss and openssl as the crypto engine net-misc/curl:libssh2 - Enabled SSH urls in curl using libssh2 -net-misc/curl:nss - Use NSS as the crypto engine +net-misc/curl:nss - Prefer NSS over openssl as the crypto engine net-misc/curl:openssl - Use openssl as the crypto engine +net-misc/curl:ssl - Enable crypto engine support (via openssl if USE='-gnutls -nss') net-misc/dhcpcd:compat - Enable commandline compatibility with dhcpcd-3.x net-misc/directvnc:mouse - Adds mouse support net-misc/dnetstats:kde - Use kdesu to gain root access |