diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-12-23 20:48:04 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-12-23 20:48:04 +0000 |
commit | 5d7c94b4d9d0f4275e64fb56d152db9a29332a84 (patch) | |
tree | 2a9dbd83ef72f706ea52edb6932684efe6d0e4e1 /profiles | |
parent | Remove masked pkgs (diff) | |
download | historical-5d7c94b4d9d0f4275e64fb56d152db9a29332a84.tar.gz historical-5d7c94b4d9d0f4275e64fb56d152db9a29332a84.tar.bz2 historical-5d7c94b4d9d0f4275e64fb56d152db9a29332a84.zip |
Automated update of use.local.desc
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 4202d7f70def..14701895bd48 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5119 2009/12/23 17:47:44 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5120 2009/12/23 20:48:04 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") @@ -580,6 +580,14 @@ app-text/xpdf:nodrm - Disable the drm feature decoder app-vim/gentoo-syntax:ignore-glep31 - Remove GLEP 31 (UTF-8 file encodings) settings dev-cpp/sptk:aspell - Enable support for app-text/aspell dev-cpp/sptk:excel - Enable Excel support +dev-db/drizzle:curl - Enable the HTTP authentication plugin (using net-misc/curl). This is needed for the tests to apply properly. +dev-db/drizzle:doc - Build the API documentation for the package, using app-doc/doxygen. Warning, this might take over an hour on slower machines. +dev-db/drizzle:gearman - Enable the gearman plugins for user-defined functions and logging (using sys-cluster/gearman). +dev-db/drizzle:gnutls - Enable the MD5 plugin for user-defined functions (using net-libs/gnutls). Note: when enabling both this flag and the curl flag, net-misc/curl has to be built with the gnutls USE flag or with no SSL support at all to avoid runtime linking conflicts. +dev-db/drizzle:memcache - Enable the memcache plugin for user-defined functions and statistics in I_S tables (using dev-libs/libmemcached). Currently restricts tests because of an upstream testsuite bug. +dev-db/drizzle:openssl - Enable the MD5 plugin for user-defined functions (using dev-libs/openssl). Note: when enabling both this flag and the curl flag, net-misc/curl has to be built with the openssl USE flag or with no SSL support at all to avoid runtime linking conflicts. +dev-db/drizzle:pam - Enable the PAM authentication plugin (using sys-libs/pam). Warning: currently the pam configuration file is missing so it will not work out of the box. +dev-db/drizzle:tcmalloc - Use the dev-util/google-perftools libraries to replace the malloc() implementation with a possibly faster one. dev-db/hk_classes:mdb - Enables Microsoft Access DB support dev-db/hk_classes:xbase - Enables support for xbase databases (dBase, FoxPro, etc.) dev-db/ingres:client - Disable dbms component |